mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(animation): fixing a typo in the animation service
This commit is contained in:
committed by
Perry Govier
parent
bb6976ad54
commit
fd75abd7f3
2
js/angular/service/animation.js
vendored
2
js/angular/service/animation.js
vendored
@@ -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',
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user