Skip to content

Commit 73d0a39

Browse files
doc(UIRouterConfig): fix example typo
Closes #2984
1 parent 4d86ca2 commit 73d0a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng2/uiRouterConfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {UIRouter} from "../router";
1111
* import {UIView} from "ui-router-ng2";
1212
*
1313
* @ UIRouterModule({
14-
* providers: [provideUIRouter({ configClass: MyUIRouterConfig)]
14+
* providers: [provideUIRouter({ configClass: MyUIRouterConfig })]
1515
* states: [state1, state2],
1616
* bootstrap: [UIView]
1717
* }) class RootAppModule {}

0 commit comments

Comments
 (0)