标签: ember.js
我如何确定加载的内容。
addEmptyShareAccounts: function(){ debugger; var store = this.get('store'); while (this.get('length') < 5) { this.pushObject({}); } }.observes('content.isLoaded'),
此时大小等于零。