From 6b63afe2f7d51bf62819887f37976dfe2a26761e Mon Sep 17 00:00:00 2001
From: Prathan Thananart
Date: Thu, 28 Mar 2013 01:18:34 +0700
Subject: 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
---
docs/content/guide/dev_guide.services.$location.ngdoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/content/guide')
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}
prefix used for Hashbang URLs (used in Hashbang mode or in legacy browser in Html5 mode)
- default: `'!'`
+ default: `""`
### Example configuration
-- cgit v1.2.3