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
{{ message }}
This repository was archived by the owner on May 11, 2018. It is now read-only.
selecteds: function(){
var users = this.get('content');
return users.filterProperty('selected', true);
}.property('content.@each.selected')
})
As the propery 'selected' is not prepared for Ember when initializing the observer, the property binding on 'content.@each.selected' won't work any more.
To fix the problem, you should declared the property you wanna binding explicitly, such as: