Ember ArrayController内容isLoaded

时间:2013-11-13 09:58:55

标签: ember.js

我如何确定加载的内容。

  addEmptyShareAccounts: function(){
     debugger;
     var store = this.get('store');
     while (this.get('length') < 5) {
       this.pushObject({});
     }
   }.observes('content.isLoaded'),

此时大小等于零。

0 个答案:

没有答案