Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit fc9be91

Browse files
chore(tslint): comment-format
1 parent f66d075 commit fc9be91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/legacy/stateEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export var $stateNotFound: IAngularEvent;
187187
if (enabledEvents.$stateChangeCancel) {
188188
$rootScope.$broadcast('$stateChangeCancel', $transition$.to(), toParams, $transition$.from(), fromParams, $transition$.options(), $transition$);
189189
}
190-
//Don't update and resync url if there's been a new transition started. see issue #2238, #600
190+
// Don't update and resync url if there's been a new transition started. see issue #2238, #600
191191
if ($state.transition == null) $urlRouter.update();
192192
return false;
193193
}

0 commit comments

Comments
 (0)