Update angular-ui-router.d.ts

added missing property see https://github.com/angular-ui/ui-router/blob/master/src/state.js#L472
This commit is contained in:
cmc19
2014-09-07 19:54:42 -04:00
parent 0031a67d84
commit 7d4e4d5047
+1
View File
@@ -23,6 +23,7 @@ declare module ng.ui {
onEnter?: any;
onExit?: any;
data?: any;
reloadOnSearch?: boolean;
}
interface IStateProvider extends IServiceProvider {