-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi, I really love the idea behind that directive. However rather than decreasing the number of watchers, it seems to increase it, even though the actual performances may be better.
If two elements are when-watching the same model, would it be possible to put them all in the same waiting list?
For instance if you have
<div>{{::refresh::model1}}</div>
<div>{{::refresh::model2}}</div>
It would be way better to have only one watcher on refresh that would rebind both watchers when that model change? That would drastically reduce the number of watchers when used in grids (n*p cells) where most refreshs are based on the same condition (basically when the data changes).
Metadata
Metadata
Assignees
Labels
No labels