File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -883,7 +883,8 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
883
883
*
884
884
* @param {object= } params A map of the parameters that will be sent to the state,
885
885
* will populate $stateParams. Any parameters that are not specified will be inherited from currently
886
- * defined parameters. This allows, for example, going to a sibling state that shares parameters
886
+ * defined parameters. Only parameters specified in the state definition can be overridden, new
887
+ * parameters will be ignored. This allows, for example, going to a sibling state that shares parameters
887
888
* specified in a parent state. Parameter inheritance only works between common ancestor states, I.e.
888
889
* transitioning to a sibling will get you the parameters for all parents, transitioning to a child
889
890
* will get you all current parameters, etc.
You can’t perform that action at this time.
0 commit comments