mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
ICurrent route can sometimes have a 5108route param
This commit is contained in:
2
angularjs/angular-route.d.ts
vendored
2
angularjs/angular-route.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user