Hacker News new | ask | show | jobs
by palmer 4641 days 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

Agree that the documentation is still lacking.

1 comments

Attributes 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.