我试图让我的离子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.
答案 0 :(得分:1)
将ng-app="starter"
添加到body
代码。
EG。
<body ng-app="starter">