Skip to content

Commit 79c4649

Browse files
nateabelechristopherthielen
authored andcommitted
style($state): fixing doc indent
1 parent 4059545 commit 79c4649

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
@@ -928,20 +928,20 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
928928
}
929929

930930
if (options.notify) {
931-
/**
932-
* @ngdoc event
933-
* @name ui.router.state.$state#$stateChangeSuccess
934-
* @eventOf ui.router.state.$state
935-
* @eventType broadcast on root scope
936-
* @description
937-
* Fired once the state transition is **complete**.
938-
*
939-
* @param {Object} event Event object.
940-
* @param {State} toState The state being transitioned to.
941-
* @param {Object} toParams The params supplied to the `toState`.
942-
* @param {State} fromState The current state, pre-transition.
943-
* @param {Object} fromParams The params supplied to the `fromState`.
944-
*/
931+
/**
932+
* @ngdoc event
933+
* @name ui.router.state.$state#$stateChangeSuccess
934+
* @eventOf ui.router.state.$state
935+
* @eventType broadcast on root scope
936+
* @description
937+
* Fired once the state transition is **complete**.
938+
*
939+
* @param {Object} event Event object.
940+
* @param {State} toState The state being transitioned to.
941+
* @param {Object} toParams The params supplied to the `toState`.
942+
* @param {State} fromState The current state, pre-transition.
943+
* @param {Object} fromParams The params supplied to the `fromState`.
944+
*/
945945
$rootScope.$broadcast('$stateChangeSuccess', to.self, toParams, from.self, fromParams);
946946
}
947947
$urlRouter.update(true);

0 commit comments

Comments
 (0)