4

我使用 AngularJS 和 ngRoute 在我的应用程序中显示多个视图,并且该应用程序必须在 IE8+ 中工作:(。

当我在 IE 开发人员工具栏中“检查元素”ng-view 时,未显示 ngView 内容。(因为它是动态生成的?)

有没有办法克服这个问题?(可能是开发人员工具栏中的设置)。

4

3 回答 3

9

IE实际上有一个刷新按钮,可以让你刷新开发者工具窗口打开后插入的HTML。它不会刷新站点,而是刷新工具窗口内容。

IE 刷新按钮

图片来源

于 2013-11-04T12:34:43.933 回答
0

I would suggest using a more advanced browser. Have Have a look at the Batarang plugin for Chrome which extends the Chrome Developer Tools, adding tools for debugging and profiling AngularJS applications. https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk?hl=en

于 2013-11-04T09:58:22.470 回答
0

是否需要使用 IE?如果是这种情况,您可能会发现使用一些快照技术,例如https://npmjs.org/package/grunt-html-snapshots

于 2013-11-04T09:48:51.590 回答