mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added controllerAs to IRoute
This commit is contained in:
Vendored
+1
@@ -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