Skip to content

Commit ad4d1d2

Browse files
committed
docs($state): fixed copy paste error
1 parent 2bdfaa4 commit ad4d1d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/state.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,6 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
885885
* will populate $stateParams. Any parameters that are not specified will be inherited from currently
886886
* defined parameters. Only parameters specified in the state definition can be overridden, new
887887
* parameters will be ignored. This allows, for example, going to a sibling state that shares parameters
888-
* defined parameters. This allows, for example, going to a sibling state that shares parameters
889888
* specified in a parent state. Parameter inheritance only works between common ancestor states, I.e.
890889
* transitioning to a sibling will get you the parameters for all parents, transitioning to a child
891890
* will get you all current parameters, etc.

0 commit comments

Comments
 (0)