Skip to content

Commit 5acca63

Browse files
committed
Update angular-ui-router.d.ts
I think you lost _reload_ property from IStateOptions. Correct me if I'm wrong either please issue new version do we could use it in our project.
1 parent a479fbd commit 5acca63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/angular-ui-router.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ declare module ng.ui {
8181
inherit?: boolean;
8282
relative?: IState;
8383
notify?: boolean;
84+
reload?: boolean;
8485
}
8586

8687
interface IHrefOptions {

0 commit comments

Comments
 (0)