From fd75abd7f35b64eb882860c1e5e957b0f87f3a7d Mon Sep 17 00:00:00 2001 From: Angelo Lakra Date: Wed, 9 Jul 2014 10:31:52 -0600 Subject: [PATCH] docs(animation): fixing a typo in the animation service --- js/angular/service/animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/animation.js b/js/angular/service/animation.js index 569e6a96d40..39773148556 100644 --- a/js/angular/service/animation.js +++ b/js/angular/service/animation.js @@ -12,7 +12,7 @@ * ```js * angular.module('mySuperApp', ['ionic']) * .controller(function($scope, $ionicAnimation) { - * var anim = $ionicAnimate({ + * var anim = $ionicAnimation({ * // A unique, reusable name * name: 'popIn', *