我正在开发我的项目,但在某些时候我收到了这个错误:
Error: transition superseded
Traza de la pila:
$get@http://localhost:3000/vendor.bundle.js:38916:38
invoke@http://localhost:3000/vendor.bundle.js:5167:17
createInjector/protoInstanceInjector<@http://localhost:3000/vendor.bundle.js:4959:21
getService@http://localhost:3000/vendor.bundle.js:5108:33
[9]/<@http://localhost:3000/vendor.bundle.js:39703:8
invoke@http://localhost:3000/vendor.bundle.js:5167:17
createInjector/<@http://localhost:3000/vendor.bundle.js:4969:46
forEach@http://localhost:3000/vendor.bundle.js:537:12
createInjector@http://localhost:3000/vendor.bundle.js:4969:4
doBootstrap@http://localhost:3000/vendor.bundle.js:2076:21
bootstrap@http://localhost:3000/vendor.bundle.js:2097:13
@http://localhost:3000/app.bundle.js:110:4
trigger@http://localhost:3000/vendor.bundle.js:3595:6
Possibly unhandled rejection: {}
一切似乎都有效,所以在开始时我并不介意。但错误信息仍然存在,它变得很烦人。第一次加载页面时,它不会显示,但是当我在不同视图之间导航时会出现。
我正在搜索它,人们谈论ui-router。不知何故,我是一个用Angular-Fullstack生成器(Yeoman)开发的新手,不知道我应该在哪里解决这个错误。
提前致谢!
答案 0 :(得分:0)
将angular-ui-router压缩到0.4.2并且错误自行解决。