Skip to content

Commit d254057

Browse files
committed
style($state): fixing doc indent
1 parent a6888a2 commit d254057

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/state.js

+14-14
Original file line numberDiff line numberDiff line change
@@ -923,20 +923,20 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
923923
}
924924

925925
if (options.notify) {
926-
/**
927-
* @ngdoc event
928-
* @name ui.router.state.$state#$stateChangeSuccess
929-
* @eventOf ui.router.state.$state
930-
* @eventType broadcast on root scope
931-
* @description
932-
* Fired once the state transition is **complete**.
933-
*
934-
* @param {Object} event Event object.
935-
* @param {State} toState The state being transitioned to.
936-
* @param {Object} toParams The params supplied to the `toState`.
937-
* @param {State} fromState The current state, pre-transition.
938-
* @param {Object} fromParams The params supplied to the `fromState`.
939-
*/
926+
/**
927+
* @ngdoc event
928+
* @name ui.router.state.$state#$stateChangeSuccess
929+
* @eventOf ui.router.state.$state
930+
* @eventType broadcast on root scope
931+
* @description
932+
* Fired once the state transition is **complete**.
933+
*
934+
* @param {Object} event Event object.
935+
* @param {State} toState The state being transitioned to.
936+
* @param {Object} toParams The params supplied to the `toState`.
937+
* @param {State} fromState The current state, pre-transition.
938+
* @param {Object} fromParams The params supplied to the `fromState`.
939+
*/
940940
$rootScope.$broadcast('$stateChangeSuccess', to.self, toParams, from.self, fromParams);
941941
}
942942
$urlRouter.update(true);

0 commit comments

Comments
 (0)