Merge pull request #1190 from studiollama/patch-3

Added controllerAs to IRoute
This commit is contained in:
basarat
2013-10-26 17:22:13 -07:00

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;