在Ionic中不使用显式注释错误

时间:2015-07-03 07:03:33

标签: angularjs dependency-injection annotations ionic

我今天一直关注this tutorial关于linting / annotating / concatenating / uglifying我的Ionic应用程序。

除了注释之外,其中大部分内容都已完成。我用gulp-ng-annotate创建了一个gulp任务,它似乎已经处理了我所有的应用程序Javascript文件,因为我在dist文件夹中看到了正确的注释文件。但是当我在浏览器或设备上运行我的应用程序时,某些页面无法与AngularJS一起运行,从而引发以下错误:

  

错误:[$ injector:strictdi]函数($ scope,$ element)未使用   显式注释,不能在严格模式下调用   http://errors.angularjs.org/1.3.13/ $注射器/ strictdi P0 =函数(小于?离子NAV-视图   命名=" menuContent"类="图容器"   NAV - 视图 - 过渡=" IOS">应付%2C%20%24element)

当然,它在strictDi关闭时有效。所以这似乎是一个注释问题,但在扫描我的应用程序代码后,我仍然无法找到问题。

非常感谢指导。感谢。

0 个答案:

没有答案