Angular Ui Router Sub States Not Working On Ie
As I said in my other question, I'm creating a webapp in AngularJS with NodeJS, Express and Angular-UI-Router. At first I couldn't get the page to load at all (I managed to solve t
Solution 1:
Add this in meta tag
<metahttp-equiv="X-UA-Compatible"content="IE=edge">
This can be considered equivalent to HTML5 doc-type which asks the browser to run in the doc in most supported mode from IE 11 to IE 6 Edge is the most supported document mode in IE
For more information about this one can read this thread https://github.com/google/web-starter-kit/issues/728
Post a Comment for "Angular Ui Router Sub States Not Working On Ie"