Skip to content Skip to sidebar Skip to footer

Angular Doesn't Work In Ie 8, Can't Create A Custom Element For My Directives

I built my application from scratch for the past few weeks. I did it while implementing the instructions here. I have to say that everything works great with any normal browser suc

Solution 1:

You should read this article about using Angular with IE8 and earlier. There are some tricks you need to know about. Whenever I target IE8 with Angular, I avoid writing element directives and stick with attribute directives instead.


Post a Comment for "Angular Doesn't Work In Ie 8, Can't Create A Custom Element For My Directives"