Re: [AngularJS] Re: error messages not very helpful

2013-12-29 Thread Mark Volkmann
Makes sense. I tried that, but it didn't make a difference in this case. If I fail to list a file in the files array of karma.conf.js, such as angular-route.js, I still get a message like this when I run karma start: http://errors.angularjs.org/1.2.6/$injector/modulerr?p0=KarmaDemop1=Err

Re: [AngularJS] Re: error messages not very helpful

2013-12-29 Thread Jeff Hubbard
OK, yeah, that message is kinda bad. Does it not throw an exception with a proper message that you can see? I know it puts the link to the docs in as well (that's what you're seeing), but it should provide you with a friendly message as well. On Sunday, December 29, 2013 2:22:52 PM UTC-8, Mark