AngularJS and UI-Router: 'Error: transition superseded' during angularjs unit tests

后端 未结 3 1348
你的背包
你的背包 2021-01-01 15:18

I\'m attempting to create an authorization package for a project of mine. I\'m getting the error \'transition superseded\' during my unit tests, and I can\'t find out where

3条回答
  •  被撕碎了的回忆
    2021-01-01 15:48

    This could be an error with your routing logic. If not that, then try adding this to your app.config();

    $qProvider.errorOnUnhandledRejections(false)

提交回复
热议问题