You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This computed binding selected$="{{computeInArray(selected, item)}}" only recomputes when the property itself changes. To observe array changes, you can use selected.* or selected.splices:
http://jsfiddle.net/3e3d8kzz/4/
In the example, the computed binding only updates when resetting the array using line 10-12 in the example.
The text was updated successfully, but these errors were encountered: