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 c4d1403 commit 35fe59cCopy full SHA for 35fe59c
src/state.js
@@ -310,7 +310,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
310
}
311
312
// Resolve 'global' dependencies for the state, i.e. those not specific to a view.
313
- // We're also including $stateParams in this; that we're the parameters are restricted
+ // We're also including $stateParams in this; that way the parameters are restricted
314
// to the set that should be visible to the state, and are independent of when we update
315
// the global $state and $stateParams values.
316
var globals = dst.globals = { $stateParams: $stateParams };
0 commit comments