ICurrentRoute.locals will also contain any resolved values

This commit is contained in:
Bogdan I. Bursuc
2015-06-01 17:28:16 +03:00
parent 9fbec53147
commit 0af334e2c9

View File

@@ -109,6 +109,7 @@ declare module angular.route {
// see http://docs.angularjs.org/api/ng.$route#current
interface ICurrentRoute extends IRoute {
locals: {
[index: string]: any;
$scope: IScope;
$template: string;
};