ICurrent route can sometimes have a 5108route param

This commit is contained in:
Bogdan I. Bursuc
2015-05-31 10:30:59 +03:00
parent 2d4c4679bc
commit e605741296

View File

@@ -108,6 +108,8 @@ declare module angular.route {
// see http://docs.angularjs.org/api/ng.$route#current
interface ICurrentRoute extends IRoute {
$$route?: IRoute;
locals: {
$scope: IScope;
$template: string;