Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix(docs): Capitalize "URL".
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and btford committed Jul 19, 2012
1 parent 13b5fd1 commit 6553fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/tutorial/step_10.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function PhoneDetailCtrl($scope, $routeParams, $http) {
</pre>

In the `PhoneDetailCtrl` controller, we created the `mainImageUrl` model property and set its
default value to the first phone image url.
default value to the first phone image URL.

We also created a `setImage` event handler function that will change the value of `mainImageUrl`.

Expand All @@ -66,7 +66,7 @@ We bound the `ngSrc` directive of the large image to the `mainImageUrl` property
We also registered an {@link api/ng.directive:ngClick `ngClick`}
handler with thumbnail images. When a user clicks on one of the thumbnail images, the handler will
use the `setImage` event handler function to change the value of the `mainImageUrl` property to the
url of the thumbnail image.
URL of the thumbnail image.

<div style="display: none">
TODO!
Expand Down

0 comments on commit 6553fe6

Please sign in to comment.