Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Empty ng-view in IE developer toolbar

I use AngularJS and the ngRoute to show multiple views in my app and the app has to work in IE8+ :(.

When I "inspect element" the ng-view in IE developer toolbar, the ngView contents it's not shown. (because it's dynamically generated?)

Is there a way to overcome this? (a setting in developer toolbar maybe).

like image 649
Nicu Surdu Avatar asked Jan 12 '23 00:01

Nicu Surdu


1 Answers

IE actually has a refresh button that let's you refresh the HTML that has been inserted after developer tools window has been opened. It doesn't refresh the site, but the tools window content.

IE refresh button

image source

like image 100
Patryk Ziemkowski Avatar answered Jan 22 '23 09:01

Patryk Ziemkowski