Skip to content
This repository was archived by the owner on Mar 31, 2019. It is now read-only.

Commit 221f144

Browse files
author
Hidekazu Kobayashi
committed
fix typo
1 parent 83cb935 commit 221f144

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

release/angular-ui-router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
25412541
}
25422542
var abstract = toState[abstractKey];
25432543
if (typeof abstract === 'string') {
2544-
return $state.transitionTo(abstract. toParams, options);
2544+
return $state.transitionTo(abstract, toParams, options);
25452545
} else if (abstract === true) {
25462546
throw new Error("Cannot transition to abstract state '" + to + "'");
25472547
}

0 commit comments

Comments
 (0)