update angular-ui-router.d.ts

This commit is contained in:
vvakame
2014-08-12 17:15:17 +09:00
parent 7bb918ba7d
commit 455f9dce68
+1
View File
@@ -13,6 +13,7 @@ declare module ng.ui {
templateUrl?: any;
templateProvider?: () => string;
controller?: any;
controllerAs?: string;
controllerProvider?: any;
resolve?: {};
url?: string;