I have a code with AngularJS:
service.doSomething() .then(function(result) { //do something with the result });
In AngularJS 1.5.
I fixed the same problem with version 1.6.1 by upgrading angular-ui-router to 0.3.2.