Skip to content
Permalink
Browse files

docs($location): improve $location.hash() example

Closes #10300
  • Loading branch information
whayler1 authored and pkozlowski-opensource committed Dec 2, 2014
1 parent acb066e commit 228281eecc703d1535e2e9871249a4ec8e2d9843
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/location.js
@@ -555,7 +555,7 @@ var locationPrototype = {
*
*
* ```js
* // given url http://example.com/some/path?foo=bar&baz=xoxo#hashValue
* // given url http://example.com/#/some/path?foo=bar&baz=xoxo#hashValue
* var hash = $location.hash();
* // => "hashValue"
* ```

0 comments on commit 228281e

Please sign in to comment.
You can’t perform that action at this time.