Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/39.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 离子交换没有定义_Javascript_Node.js_Error Handling_Reference_Ionic - Fatal编程技术网

Javascript 离子交换没有定义

Javascript 离子交换没有定义,javascript,node.js,error-handling,reference,ionic,Javascript,Node.js,Error Handling,Reference,Ionic,我目前正在使用ionic框架创建一个应用程序。但我现在突然发现以下错误: ReferenceError: ex is not defined at Lexer.peek (http://localhost:7000/lib/ionic/js/ionic.bundle.js:21323:22) at Lexer.lex (http://localhost:7000/lib/ionic/js/ionic.bundle.js:21290:72) at Object.AST.ast (http://lo

我目前正在使用ionic框架创建一个应用程序。但我现在突然发现以下错误:

ReferenceError: ex is not defined
at Lexer.peek (http://localhost:7000/lib/ionic/js/ionic.bundle.js:21323:22)
at Lexer.lex (http://localhost:7000/lib/ionic/js/ionic.bundle.js:21290:72)
at Object.AST.ast (http://localhost:7000/lib/ionic/js/ionic.bundle.js:21473:30)
at Object.ASTCompiler.compile (http://localhost:7000/lib/ionic/js/ionic.bundle.js:21927:31)
at Parser.parse (http://localhost:7000/lib/ionic/js/ionic.bundle.js:22776:29)
at $parse (http://localhost:7000/lib/ionic/js/ionic.bundle.js:22900:39)
at $interpolate (http://localhost:7000/lib/ionic/js/ionic.bundle.js:19639:25)
at addAttrInterpolateDirective (http://localhost:7000/lib/ionic/js/ionic.bundle.js:17318:27)
at collectDirectives (http://localhost:7000/lib/ionic/js/ionic.bundle.js:16455:13)
at compileNodes (http://localhost:7000/lib/ionic/js/ionic.bundle.js:16282:22) <ion-nav-view name="tab-dash" class="view-container tab-content" nav-view="active" nav-view-transition="ios">
ReferenceError:ex未定义
在Lexer.peek(http://localhost:7000/lib/ionic/js/ionic.bundle.js:21323:22)
在Lexer.lex(http://localhost:7000/lib/ionic/js/ionic.bundle.js:21290:72)
在Object.AST.AST(http://localhost:7000/lib/ionic/js/ionic.bundle.js:21473:30)
在Object.ASTCompiler.compile(http://localhost:7000/lib/ionic/js/ionic.bundle.js:21927:31)
在Parser.parse(http://localhost:7000/lib/ionic/js/ionic.bundle.js:22776:29)
美元(http://localhost:7000/lib/ionic/js/ionic.bundle.js:22900:39)
以美元计算(http://localhost:7000/lib/ionic/js/ionic.bundle.js:19639:25)
在addAttrInterpolateDirective(http://localhost:7000/lib/ionic/js/ionic.bundle.js:17318:27)
至少(http://localhost:7000/lib/ionic/js/ionic.bundle.js:16455:13)
在编译节点(http://localhost:7000/lib/ionic/js/ionic.bundle.js:16282:22) 

我不知道是什么导致了这一切。任何帮助都将非常感激

ex是一个外部库吗?看起来它无法插入您的一个表达式,也许您可以共享包含ex的表达式,以及其中的一些上下文?