angular.min.js:118 SyntaxError:非法继续语句

时间:2017-06-08 12:50:16

标签: javascript angularjs

我运行了一个2015年构建的旧应用程序。现在我使用Node.js并运行服务器,除了angularjs之外,一切都很好。任何人都可以告诉我错误是什么?因为我没有在互联网上找到任何帮助。

该错误显示在Google Chrome中。

O(n^2*n!)

当我在谷歌浏览器中暂停异常时,调用堆栈。

  

"错误:无法执行'匹配'在'元素':':可见'不是一个   有效的选择器。

在函数.m.filter(http://localhost:3000/lib/js/jquery-1.11.2.min.js:2:12236)上的函数。 (http://localhost:3000/lib/js/jquery-1.11.2.min.js:2:23357)↵在e。(匿名函数)。(匿名函数)。 (http://localhost:3000/lib/js/jquery-1.11.2.min.js:2:23168)↵at i(http://localhost:3000/lib/js/jquery-1.11.2.min.js:2:23894)"

的package.json

SyntaxError: Illegal continue statement
at Object.instantiate (http://localhost:3000/lib/js/angular.min.js:42:56)
at http://localhost:3000/lib/js/angular.min.js:90:32
at Object.link (http://localhost:3000/lib/js/angular-route.min.js:7:274)
at http://localhost:3000/lib/js/angular.min.js:16:71
at la (http://localhost:3000/lib/js/angular.min.js:81:90)
at p (http://localhost:3000/lib/js/angular.min.js:66:341)
at g (http://localhost:3000/lib/js/angular.min.js:58:481)
at http://localhost:3000/lib/js/angular.min.js:58:119
at http://localhost:3000/lib/js/angular.min.js:63:39
at d (http://localhost:3000/lib/js/angular.min.js:59:474) <div ng-view="" class="ng-scope" data-ng-animate="1">

0 个答案:

没有答案
相关问题