var app = angular.module('app', ['controllers','ui.bootstrap']);
我把ui'ui.bootstrap'文件放在asset \ js \ dependencies中 但显示上述
错误:[$ injector:modulerr]由于以下原因无法实例化模块应用: [$ injector:modulerr]无法实例化模块ui.bootstrap,原因如下: [$ injector:nomod]模块'ui.bootstrap'不可用!你要么 拼写错误的模块名称或忘记加载它。如果注册了 模块确保您将依赖项指定为第二个 参数。