Use the $locationProvider
to configure how the application deep linking paths are stored.
hashPrefix([prefix]);
Param | Type | Details |
---|---|---|
prefix
(optional)
|
string |
Prefix for hash part (containing path and search) |
* | current value if used as getter or itself (chaining) if used as setter |
html5Mode([mode]);
Param | Type | Details |
---|---|---|
mode
(optional)
|
booleanObject |
If boolean, sets
|
Object | html5Mode object if used as getter or itself (chaining) if used as setter |