change to .peekRecords and .isEvery

This commit is contained in:
Lisa P 2015-11-12 17:17:40 +01:00 committed by Piotr Sarnacki
parent 96f22bff8c
commit af76a3f30b

View File

@ -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: (->