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
This commit is contained in:
Prathan Thananart 2013-03-28 01:18:34 +07:00 committed by James deBoer
parent b86815fb5b
commit 6b63afe2f7

View file

@ -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>