Angularjs 在离子注入下划线

Angularjs 在离子注入下划线,angularjs,ionic-framework,Angularjs,Ionic Framework,尝试插入下划线,但每次都有错误 错误:[$injector:modulerr]未能实例化模块下划线,原因是: 错误:[$injector:nomod]模块“下划线”不可用!您要么拼错了模块名,要么忘记加载它。如果注册模块,请确保将依赖项指定为第二个参数 这是我的密码 angular.module('app', ['ionic','ui.filters','ui','ui.router','app.controllers', 'app.routes', 'app.services', 'app.d

尝试插入下划线,但每次都有错误 错误:[$injector:modulerr]未能实例化模块下划线,原因是: 错误:[$injector:nomod]模块“下划线”不可用!您要么拼错了模块名,要么忘记加载它。如果注册模块,请确保将依赖项指定为第二个参数

这是我的密码

angular.module('app', ['ionic','ui.filters','ui','ui.router','app.controllers', 'app.routes', 'app.services', 'app.directives','underscore'])
已经安装了form bower

<script src="lib/underscore/underscore-min.js"></script>
<script src="lib/angular-underscore-module/angular-underscore-module.js"></script>
<script src="lib/angular/angular.js"></script>


您无需向应用程序模块中插入下划线,在索引页中指出下划线js文件后,您只需在代码中使用下划线功能。

您无需向应用程序模块中插入下划线,在索引页中指出下划线js文件后,您可以在代码中使用下划线功能。

无需向应用程序模块中注入UnderOCRE。无需向应用程序模块中注入UnderOCRE。