change to .peekRecords and .isEvery
This commit is contained in:
parent
96f22bff8c
commit
af76a3f30b
|
@ -14,7 +14,7 @@ Controller = Ember.Controller.extend GithubUrlPropertievs,
|
|||
|
||||
jobsLoaded: (->
|
||||
if jobs = @get('build.jobs')
|
||||
jobs.everyBy('config')
|
||||
jobs.isEvery('config')
|
||||
).property('build.jobs.@each.config')
|
||||
|
||||
loading: (->
|
||||
|
|
Loading…
Reference in New Issue
Block a user