aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPrathan Thananart2013-03-28 01:18:34 +0700
committerJames deBoer2013-04-11 15:29:24 -0700
commit5ca247c7490fbaaec368c87b34129ce9b3c49144 (patch)
treeee905117bc777b54a782fe59ffb0bc0a0e7ff7bc /docs
parentb16bffbf7672c42c86fe31a88014af8b4df449eb (diff)
downloadangular.js-5ca247c7490fbaaec368c87b34129ce9b3c49144.tar.bz2
docs(guide): Update $locationProvider docs.
Default hashPrefix setting is not `'!'`, it's actually `""`. Source: https://github.com/angular/angular.js/blob/master/src/ng/location.js#L472
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/dev_guide.services.$location.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc
index 7a607299..788fe9a7 100644
--- a/docs/content/guide/dev_guide.services.$location.ngdoc
+++ b/docs/content/guide/dev_guide.services.$location.ngdoc
@@ -98,7 +98,7 @@ To configure the `$location` service, retrieve the
- **hashPrefix(prefix)**: {string}<br />
prefix used for Hashbang URLs (used in Hashbang mode or in legacy browser in Html5 mode)<br />
- default: `'!'`
+ default: `""`
### Example configuration
<pre>