We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c164c commit 56b6ba8Copy full SHA for 56b6ba8
docs/content/error/$route/norout.ngdoc
@@ -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