Where ever i am making use of angular.module() in my code, that part fails when i access through the IE browser. In chrome everything works fine. Also the application where my code is present downgrades the IE version to 7 and renders the code. I need to make angular.module() work in IE 7 .
below is the error : SCRIPT438: Object doesn't support property or method 'module' angular Js version i am using is 1.5.5 Also noticed a strange thing, on the first go, i get this error, but if i do a ctrl + f5 then the error goes away and app works fine -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
