Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/421.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ember.js/4.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 在chrome开发工具中看不到角度源_Javascript_Google Chrome_Angularjs_Google Chrome Devtools - Fatal编程技术网

Javascript 在chrome开发工具中看不到角度源

Javascript 在chrome开发工具中看不到角度源,javascript,google-chrome,angularjs,google-chrome-devtools,Javascript,Google Chrome,Angularjs,Google Chrome Devtools,因此,我的angularJS应用程序的javascript中出现了错误,但我看不出它们在哪里。如果我在调试器中打开sources选项卡,却看不到angularJS的任何内容。下面是我在控制台中得到的一个错误示例,以证明这一点: Error: InvalidCharacterError: DOM Exception 5 Error: An invalid or illegal character was specified, such as in an XML name. at p.ext

因此,我的angularJS应用程序的javascript中出现了错误,但我看不出它们在哪里。如果我在调试器中打开sources选项卡,却看不到angularJS的任何内容。下面是我在控制台中得到的一个错误示例,以证明这一点:

Error: InvalidCharacterError: DOM Exception 5
Error: An invalid or illegal character was specified, such as in an XML name.
    at p.extend.attr (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994), <anonymous>:2:30181)
    at Function.p.extend.access (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994), <anonymous>:2:15973)
    at p.fn.extend.attr (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994), <anonymous>:2:26741)
    at Object.Attributes.$set (eval at <anonymous> (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), <anonymous>:3775:28)
    at eval (eval at <anonymous> (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), <anonymous>:4406:15)
    at forEach (eval at <anonymous> (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), <anonymous>:140:20)
    at mergeTemplateAttributes (eval at <anonymous> (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), <anonymous>:4401:7)
    at applyDirectivesToNode (eval at <anonymous> (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), <anonymous>:4149:13)
    at compileNodes (eval at <anonymous> (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), <anonymous>:3902:15)
    at compile (eval at <anonymous> (eval at <anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), <anonymous>:3840:29)
错误:InvalidCharacterError:DOM异常5
错误:指定了无效或非法字符,例如在XML名称中。
在p.extend.attr(评估在(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994), :2:30181)
at功能p.extend.access(评估at(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994), :2:15973)
在p.fn.extend.attr(评估在(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994), :2:26741)
at Object.Attributes.$set(eval at)(eval at(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), :3775:28)
在评估时(评估时)(评估时)(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), :4406:15)
在forEach(eval at,eval at,eval at(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), :140:20)
在mergeTemplateAttributes(eval at)(eval at(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), :4401:7)
在applyDirectivesToNode(评估在(评估在(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), :4149:13)
在编译节点处(评估节点处)(评估节点处(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), :3902:15)
编译时(评估时)(评估时(https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js:4:4994)), :3840:29)

注意到堆栈跟踪中的所有错误吗?知道为什么会这样吗?它过去工作得很好…

您应该查看Angular的Chrome扩展名Batarang: