diff options
| author | Prathan Thananart | 2013-03-28 01:18:34 +0700 | 
|---|---|---|
| committer | James deBoer | 2013-04-11 15:27:46 -0700 | 
| commit | 6b63afe2f7d51bf62819887f37976dfe2a26761e (patch) | |
| tree | e449d9250184814a4702d77ec6f75f576b9de952 /docs/content/guide/dev_guide.services.$location.ngdoc | |
| parent | b86815fb5bc108a0479a69f2dfb2d528543ae341 (diff) | |
| download | angular.js-6b63afe2f7d51bf62819887f37976dfe2a26761e.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/content/guide/dev_guide.services.$location.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.services.$location.ngdoc | 2 | 
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> | 
