将ui.bootstrap注入我的模块后,应用程序正在加载一个空白页而不会出现任何错误。
如果我删除注入页面加载正常。
angular.module('app',['ui.bootstrap'])
我有所有必要的包括
<script type="text/javascript" src="/ev2/lib/bower_components/angular/angular.js"></script>
<script type="text/javascript" src="/ev2/lib/bower_components/angular-animate/angular-animate.js"></script>
<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.5.0.js"></script>