9 ms·
You can get around the IE problem by using classes to call your directives rather than element tags. <div class="ng-view"></div> isn't as pretty, but it works i
by palmer 13y ago
You can get around the IE problem by using classes to call your directives rather than element tags. <div class="ng-view"></div> isn't as pretty, but it works in IE8.
http://docs.angularjs.org/guide/ie http://docs.angularjs.org/guide/ie
Agree that the documentation is still lacking.
- yoshokatana 13y agoAttributes also work for directives, though I like using ng-cloak as a class. I think in the future (next year, when my company will probably drop ie8 support) I'll start using custom tags.