Skip to content

Commit 35fe59c

Browse files
committed
comment
1 parent c4d1403 commit 35fe59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
310310
}
311311

312312
// 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
313+
// We're also including $stateParams in this; that way the parameters are restricted
314314
// to the set that should be visible to the state, and are independent of when we update
315315
// the global $state and $stateParams values.
316316
var globals = dst.globals = { $stateParams: $stateParams };

0 commit comments

Comments
 (0)