mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Merge pull request #818 from danieljsinclair/patch-1
IRoute.templateUrl also now accepts a function instead of a string.
This commit is contained in:
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@@ -622,7 +622,7 @@ declare module ng {
|
||||
interface IRoute {
|
||||
controller?: any;
|
||||
template?: string;
|
||||
templateUrl?: string;
|
||||
templateUrl?: any;
|
||||
resolve?: any;
|
||||
redirectTo?: any;
|
||||
reloadOnSearch?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user