aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdennie2013-09-22 11:35:17 -0400
committerPete Bacon Darwin2013-09-25 22:27:43 +0100
commita98931de0efe26ccc3462d0e88fdc4439aa15389 (patch)
tree5b6cd0b3fb336fcbcde00009b5746f414966fa1d
parent7e5154e7552d1c631fe9fcf5e82f7c9a37fda5ca (diff)
downloadangular.js-a98931de0efe26ccc3462d0e88fdc4439aa15389.tar.bz2
docs(guide/$location): clarify $location service role
Clean up confusing use of the term URL to refer to $location as well as 'URL in the browser'. Closes #4103
-rw-r--r--docs/content/guide/dev_guide.services.$location.ngdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc
index 35cde876..b0178ecf 100644
--- a/docs/content/guide/dev_guide.services.$location.ngdoc
+++ b/docs/content/guide/dev_guide.services.$location.ngdoc
@@ -14,10 +14,10 @@ changes to $location are reflected into the browser address bar.
- Exposes the current URL in the browser address bar, so you can
- Watch and observe the URL.
- Change the URL.
-- Synchronizes the URL with the browser when the user
- - Changes the address bar.
- - Clicks the back or forward button (or clicks a History link).
- - Clicks on a link.
+- Maintains synchronization between itself and the browser's URL when the user
+ - Changes the address in the browser's address bar.
+ - Clicks the back or forward button in the browser (or clicks a History link).
+ - Clicks on a link in the page.
- Represents the URL object as a set of methods (protocol, host, port, path, search, hash).