diff options
| author | Ammar | 2013-11-26 07:34:07 -0800 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-27 23:19:02 +0000 | 
| commit | 7f33e1ca89c4127c4171510413c1ed8c7270a418 (patch) | |
| tree | 1d2fe5bbbabd56df7e25979580139a3be4b80a17 /docs/content/tutorial | |
| parent | 28d00945ba90ebe6a82bf5eba93d2b3bda805af0 (diff) | |
| download | angular.js-7f33e1ca89c4127c4171510413c1ed8c7270a418.tar.bz2 | |
docs(tutorial/step-12): fix typo
Closes #5148
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_12.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 15cd5261..bd4333e4 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -153,7 +153,7 @@ __`app/css/animations.css`__  </pre>  As you can see our `phone-listing` CSS class is combined together with the animation hooks that occur when items are -inserted info and removed from the list: +inserted into and removed from the list:    * The `ng-enter` class is applied to the element when a new phone is added to the list and rendered on the page.    * The `ng-move` class is applied when items are moved around in the list. | 
