mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[Angular-ui-router] onExit/onEnter can be inline injected functions
This commit is contained in:
Vendored
+2
-2
@@ -19,8 +19,8 @@ declare module ng.ui {
|
||||
params?: any[];
|
||||
views?: {};
|
||||
abstract?: boolean;
|
||||
onEnter?: Function;
|
||||
onExit?: Function;
|
||||
onEnter?: any;
|
||||
onExit?: any;
|
||||
data?: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user