Added controllerAs to IRoute

This commit is contained in:
studiollama
2013-10-26 13:32:45 -07:00
parent 0a5bfc147a
commit 107312a84b
+1
View File
@@ -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;