Skip to content

Commit

Permalink
docs(tutorial/step-12): replaced a missing apostrophe and fixed gramm…
Browse files Browse the repository at this point in the history
…ar errors

Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section
  • Loading branch information
jaygoldman authored and jamesdaily committed Jan 27, 2014
1 parent 1d317a8 commit 35a75aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/tutorial/step_12.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a75aa

Please sign in to comment.