hint.js:96未捕获的ReferenceError:未定义isUndefined

时间:2018-05-11 19:06:59

标签: javascript angularjs

当我运行AngularJS应用程序时,我的index.html文件加载OK,但是我的带有AngularJS的base.html文件没有加载其内容。这是我在控制台中看到的错误:

hint.js:96 Uncaught ReferenceError: isUndefined is not defined
at toDebugString (hint.js:96)
at hint.js:191
at Array.map (<anonymous>)
at hint.js:190
at hint.js:313
at ensure (hint.js:234)
at module (hint.js:311)
at angular.module (hint.js:1184)
at angular.module (hint.js:1334)
at angular.js:2837

我不确定这个hint.js文件是什么,或者isUndefined是什么。

以下是我的javascript来源:

<script src="/static/underscore-min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.js"></script> 
<script src="/static/angular-resource.min.js"></script>
<script src="/static/angularui.min.js"></script>
<script type="text/javascript" src="/static/jquery-2.1.0.min.js"></script>
<script src="/static/bootstrap/js/bootstrap.js" type="text/javascript"></script>

有什么建议吗?

0 个答案:

没有答案