.@each on leafs is deprecated in favor of .[]

This commit is contained in:
Robin Ward
2016-04-28 16:49:24 -04:00
parent 400c061046
commit 6451eb7637
17 changed files with 26 additions and 26 deletions

View File

@ -27,7 +27,7 @@ export default Ember.Controller.extend(CanCheckEmails, {
});
}
return [];
}.property('model.user_fields.@each'),
}.property('model.user_fields.[]'),
actions: {
toggleTitleEdit() {