Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 56b6ba8

Browse files
docs($route): add missing error document
1 parent f1c164c commit 56b6ba8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@ngdoc error
2+
@name $route:norout
3+
@fullName Tried updating route when with no current route
4+
@description
5+
6+
Occurs when an attempt is made to update the parameters on the current route when
7+
there is no current route. This can happen if you try to call `$route.updateParams();`
8+
before the first route transition has completed.

0 commit comments

Comments
 (0)