I\'m experiencing a weird bug on IE8 while trying to catch a promise reject (promise returned by a basic ngResource call) :
ngResource
This code work with .then(
.then(
http://docs.angularjs.org/api/ng/service/$q#the-promise-api
Because finally is a reserved word in JavaScript and reserved keywords are not supported as property names by ES3, you'll need to invoke the method like promise'finally' to make your code IE8 and Android 2.x compatible.
Same for catch.