Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9a8d058

Browse files
committed
docs($locationProvider): mention the default value for hash-prefix ('')
1 parent f8cc402 commit 9a8d058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/location.js

+1
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ function $LocationProvider() {
723723
* @ngdoc method
724724
* @name $locationProvider#hashPrefix
725725
* @description
726+
* The default value for the prefix is `''`.
726727
* @param {string=} prefix Prefix for hash part (containing path and search)
727728
* @returns {*} current value if used as getter or itself (chaining) if used as setter
728729
*/

0 commit comments

Comments
 (0)