Delegate isLoaded in ArrayProxy on repos list

This commit is contained in:
Piotr Sarnacki 2013-01-22 01:58:20 +01:00
parent 2ca67e6b06
commit b4ea261ee3

View File

@ -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)