I was hitting an error which looked like this:
Uncaught TypeError: Object #<Object> has no method '$$minErr'
When trying to include angular-resource.js. The whole problem was that I was using an old version of Angular, version 1.0.5. I downloaded 1.2.6 at http://angularjs.org/ and that solved my problem.
I am having this same problem with the versions below:
ReplyDelete"angular": "~1.2.10"
"angular-resource": "~1.2.10"
Is anybody else having this issue?