Trying to fix CI build - maybe the ? is throwing it off?

This commit is contained in:
Chris Barr
2015-07-30 13:49:48 -04:00
parent 90551f00c5
commit 6e43da89b9
+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 | {(IStateParamsService): string};
/**
* Function, returns HTML content string
*/