Possibly unhandled rejection in Angular 1.6

前端 未结 9 1570
轻奢々
轻奢々 2020-12-06 04:31

I have a code with AngularJS:

service.doSomething()
  .then(function(result) {
      //do something with the result
  });

In AngularJS 1.5.

9条回答
  •  不知归路
    2020-12-06 04:49

    I fixed the same problem with version 1.6.1 by upgrading angular-ui-router to 0.3.2.

提交回复
热议问题