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