Skip to content

Commit

Permalink
docs(animation): fixing a typo in the animation service
Browse files Browse the repository at this point in the history
  • Loading branch information
alakra authored and perrygovier committed Jul 9, 2014
1 parent bb6976a commit fd75abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/service/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
*
Expand Down

0 comments on commit fd75abd

Please sign in to comment.