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
Ran into this issue today wherein if I have an observable with an attribute that is an observable list, and I want to display the length of that list within a view, it would not update using the following syntax:
Ran into this issue today wherein if I have an observable with an attribute that is an observable list, and I want to display the length of that list within a view, it would not update using the following syntax:
A simple example can be seen here: http://jsfiddle.net/LRtZc/2/
A workaround for this is to use:
The text was updated successfully, but these errors were encountered: