Merge pull request #2666 from vvakame/update-angular-ui-router

update angular-ui-router.d.ts
This commit is contained in:
Masahiro Wakame
2014-08-12 17:20:27 +09:00
+1
View File
@@ -13,6 +13,7 @@ declare module ng.ui {
templateUrl?: any;
templateProvider?: () => string;
controller?: any;
controllerAs?: string;
controllerProvider?: any;
resolve?: {};
url?: string;