Oh right, I've gotta name the param and assign it a type!

This commit is contained in:
Chris Barr
2015-07-30 13:54:38 -04:00
parent 6e43da89b9
commit fb1410b421
+1 -1
View File
@@ -16,7 +16,7 @@ declare module angular.ui {
/**
* String URL path to template file OR Function, returns URL path string
*/
templateUrl?: string | {(IStateParamsService): string};
templateUrl?: string | {(params: IStateParamsService): string};
/**
* Function, returns HTML content string
*/