[Angular-ui-router] onExit/onEnter can be inline injected functions

This commit is contained in:
Michel Salib
2013-12-11 10:48:53 +01:00
parent 4df0598c8d
commit 751cdfb539
+2 -2
View File
@@ -19,8 +19,8 @@ declare module ng.ui {
params?: any[];
views?: {};
abstract?: boolean;
onEnter?: Function;
onExit?: Function;
onEnter?: any;
onExit?: any;
data?: any;
}