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', *