Remove incorrect ICurrentRoute api

This commit is contained in:
Bogdan I. Bursuc
2015-06-01 17:08:15 +03:00
parent d9b2f58d68
commit adab66e6a9

View File

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