docs(animation): fixing a typo in the animation service

This commit is contained in:
Angelo Lakra
2014-07-09 10:31:52 -06:00
committed by Perry Govier
parent bb6976ad54
commit fd75abd7f3

View File

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