Delegate isLoaded in ArrayProxy on repos list
This commit is contained in:
parent
2ca67e6b06
commit
b4ea261ee3
|
@ -23,6 +23,7 @@ Travis.ReposController = Ember.ArrayController.extend
|
|||
content: Em.ArrayProxy.extend(Em.SortableMixin).create(
|
||||
sortProperties: ['sortOrder']
|
||||
content: Travis.Repo.find()
|
||||
isLoadedBinding: 'content.isLoaded'
|
||||
)
|
||||
limit: 30
|
||||
@set('content', content)
|
||||
|
|
Loading…
Reference in New Issue
Block a user