mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
Merge pull request #1190 from studiollama/patch-3
Added controllerAs to IRoute
This commit is contained in:
1
angularjs/angular-route.d.ts
vendored
1
angularjs/angular-route.d.ts
vendored
@@ -34,6 +34,7 @@ declare module ng.route {
|
||||
// see http://docs.angularjs.org/api/ngRoute.$routeProvider#when for options explanations
|
||||
interface IRoute {
|
||||
controller?: any;
|
||||
controllerAs?: any;
|
||||
name?: string;
|
||||
template?: string;
|
||||
templateUrl?: any;
|
||||
|
||||
Reference in New Issue
Block a user