Angularjs 为什么在我的视图更改为其他视图(角度)后,浏览器出现错误?

Angularjs 为什么在我的视图更改为其他视图(角度)后,浏览器出现错误?,angularjs,angularjs-scope,angularjs-routing,node-webkit,Angularjs,Angularjs Scope,Angularjs Routing,Node Webkit,我对我的观点有意见。当我成功更改到其他视图时,浏览器**节点webkit出现错误: 有一个错误: Error {stack: (...), message: "Not running"}message: "Not running"stack: (...)get stack: function () { [native code] }set stack: function () { [native code] } 当你折叠它时: __proto__: dangular.js:11594 (a

我对我的观点有意见。当我成功更改到其他视图时,浏览器**节点webkit出现错误:

有一个错误:

Error {stack: (...), message: "Not running"}message: "Not running"stack: (...)get stack: function () { [native code] }set stack: function () { [native code] }
当你折叠它时:

 __proto__: dangular.js:11594 
(anonymous function)
angular.js:8544 
(anonymous function)
angular.js:14704 
Scope.$broadcastangular.js:14322 
Scope.$destroyangular-route.js:913 
cleanupLastViewangular-route.js:946 
(anonymous function)
angular.js:6953 publicLinkFnangular.js:7093 boundTranscludeFnangular.js:7749 controllersBoundTranscludeangular-route.js:939 
updateangular.js:14702 
Scope.$broadcastangular-route.js:622 
(anonymous function)
angular.js:13170 processQueueangular.js:13186 
(anonymous function)
angular.js:14383 Scope.$evalangular.js:14199 Scope.$digestangular.js:14488 Scope.$applyangular.js:9646 doneangular.js:9836 completeRequestangular.js:9777 requestLoaded
有以下路线:

  $routeProvider.when("/test2", {
        templateUrl: "components/home/homeTest2.html",
        controller:'home'
    });
    $routeProvider.when("/bindingTest", {
        templateUrl: "components/binding/bindingTest.html",
        controller:'bindingController'
    });
它是家庭自动化的应用程序,处理到zigbee的udp连接和处理来自zigbee的数据

请,如果有人知道是什么问题,请帮助我,这样我可以考虑如何解决它

如果英语不好