nodejs模块应用程序中的角度错误不可用

时间:2016-05-07 15:56:38

标签: angularjs node.js

模块'ConatactsApp'不可用!您要么错误拼写了模块名称,要么忘记加载它。如果注册模块,请确保将依赖项指定为第二个参数。 var ContactsApp= angular.module('ContactsApp', []) .run(function ($rootScope){ $rootScope.message = "Hello angular"; });

1 个答案:

答案 0 :(得分:0)

检查html ng-app名称是否为ConatactsApp或其他内容......如果不是......更改为ConatactsApp