离子项目的app.js中的.config问题

时间:2016-08-09 07:17:11

标签: javascript angularjs cordova ionic-framework

我试图让我的离子app.js与我的新工厂一起运行,并且遇到问题找到错误。我不确定我做错了什么,并认为这是一个简单的错误。我创建了一个plunker,因此更容易看到。如果你可以帮助我,那将意味着很多。这是一个掠夺者。谢谢

ionic.bundle.js:13438 Uncaught Error: [$injector:modulerr] Failed to instantiate module starter due to:
Error: [$injector:nomod] Module 'starter' is not available! 
You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

1 个答案:

答案 0 :(得分:1)

ng-app="starter"添加到body代码。

EG。

<body ng-app="starter">