From 8d6654ebf35a1a1b2279d51059f20f0b06d1acb3 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Fri, 10 Oct 2014 10:50:57 -0400 Subject: [PATCH] Fix 'move' method name in angularjs $animate service typings --- angularjs/angular-animate.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/angular-animate.d.ts b/angularjs/angular-animate.d.ts index 8bdb6500e..aa12399e5 100644 --- a/angularjs/angular-animate.d.ts +++ b/angularjs/angular-animate.d.ts @@ -53,7 +53,7 @@ declare module ng.animate { * @param afterElement the sibling element (which is the previous element) of the element that will be the focus of the move animation * @returns the animation callback promise */ - enter(element: JQuery, parentElement: JQuery, afterElement?: JQuery): ng.IPromise; + move(element: JQuery, parentElement: JQuery, afterElement?: JQuery): ng.IPromise; /** * Triggers a custom animation event based off the className variable and then attaches the className