Force show.bind execution
问题 I have a table with data, and i want view to check show.bind statement when the event is fired from another view. The problem is that the event is not changing any data in the current view. foo.html: <tr repeat.for="entity of viewData.entities"> ... <p if.bind="$parent.canBeRemoved(entity.id)"> canBeRemoved </p> ... </tr> I'm receiving the event with EventAggregator and i want it to force refresh on the array. Is it possible? 回答1: Use the signal binding behavior The best way to handle this is