mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
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:
Vendored
+1
@@ -23,6 +23,7 @@ declare module ng.ui {
|
||||
onEnter?: any;
|
||||
onExit?: any;
|
||||
data?: any;
|
||||
reloadOnSearch?: boolean;
|
||||
}
|
||||
|
||||
interface IStateProvider extends IServiceProvider {
|
||||
|
||||
Reference in New Issue
Block a user