Hi All, I have been facing a weird issue in developing Angularjs application. I am encountering "*Uncaught TypeError: undefined is not a function*" Error... for all sorts of errors. I am not getting any valid errors in my console apart from that error. For example If i forget to Inject a service, Angular is supposed to throw me an error saying that "XYZService is missing". But I am getting the above mentioned error for each and every mistake I make in development. Earlier It wasn't the case, it used to throw me valid errors depending on the mistake I make, But of late as my application is growing I am facing the above error for all of my coding mistakes. But I haven't changed any AngularJS libraries ever since I started developing my application. I am really concerned with this issue as debugging became a nightmare. Can someone throw me some light into this issue. Is this the valid behavior or Am I missing some trick.
Angular Version :1.2.16(angular.1.2.16.js file). Thanks, K -- You received this message because you are subscribed to the Google Groups "AngularJS" 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
