Merge pull request #2683 from thetallweeks/master

Reduced type severity of templateProvider in IState interface
This commit is contained in:
Masahiro Wakame
2014-08-20 13:30:35 +09:00
+1 -1
View File
@@ -11,7 +11,7 @@ declare module ng.ui {
name?: string;
template?: any;
templateUrl?: any;
templateProvider?: () => string;
templateProvider?: any;
controller?: any;
controllerAs?: string;
controllerProvider?: any;