AngularJS possible unhandled rejection when using ui-router

前端 未结 4 535
深忆病人
深忆病人 2020-12-16 02:25

After I have changed from ngRoute to angular-ui-router the console shows always 4 errors stating: Possibly unhandled rejection: {}

I did not noticed

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-16 03:04

    Resolve the promise with false if you are trying to abort a transition.

提交回复
热议问题