Friday, January 3, 2014

angular-resource.js has no method of $$minErr, eh?

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.

1 comment:

  1. I am having this same problem with the versions below:
    "angular": "~1.2.10"
    "angular-resource": "~1.2.10"

    Is anybody else having this issue?

    ReplyDelete