2014-10-31 37 views
0

我在Studio Beta中遇到了一些問題。這不是正確獲取我的模型,我從我的瀏覽器控制檯收到此錯誤:Strongloop Studio工作不正常

TypeError: Cannot read property 'dataSource' of undefined 
    at Array.<anonymous> (http://example.com:45406/scripts/modules/model/model.services.js:181:36) 
    at Array.forEach (native) 
    at Object.forEach (http://example.com:45406/scripts/vendor/angular/angular.js:303:11) 
    at http://example.com:45406/scripts/modules/model/model.services.js:163:23 
    at http://example.com:45406/scripts/vendor/angular/angular-resource.js:554:32 
    at wrappedCallback (http://example.com:45406/scripts/vendor/angular/angular.js:10930:81) 
    at http://example.com:45406/scripts/vendor/angular/angular.js:11016:26 
    at Scope.$eval (http://example.com:45406/scripts/vendor/angular/angular.js:11936:28) 
    at Scope.$digest (http://example.com:45406/scripts/vendor/angular/angular.js:11762:31) 
    at Scope.$apply (http://example.com:45406/scripts/vendor/angular/angular.js:12042:24) 

注意,我代替我的實際URL與example.com

回答