diff options
| author | Jay Goldman | 2013-12-27 22:35:01 -0800 | 
|---|---|---|
| committer | Matias Niemelä | 2014-01-06 20:06:27 -0500 | 
| commit | 1b0718bf89aff5a9686cd89cad91a7a11825e9f0 (patch) | |
| tree | 491055be4587379d7ad01fa3f209bb822a73272e /docs/content/tutorial | |
| parent | 53fd24ffcb87d34cd7a171074509e94ffee88bbf (diff) | |
| download | angular.js-1b0718bf89aff5a9686cd89cad91a7a11825e9f0.tar.bz2 | |
docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errors
Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_12.ngdoc | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 1fabfd1c..ba281c01 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -293,8 +293,7 @@ Let's add another animation to our application. Switching to our `phone-detail.h  we see that we have a nice thumbnail swapper. By clicking on the thumbnails listed on the page,  the profile phone image changes. But how can we change this around to add animations? -Lets think about it first, -basically when you click on a thumbnail image, you're changing the state of the profile image to reflect the newly +Let's think about it first. Basically, when you click on a thumbnail image, you're changing the state of the profile image to reflect the newly  selected thumbnail image.  The best way to specify state changes within HTML is to use classes.  Much like before, how we used a CSS class to specify | 
