$locationProvider
service in module ng
Description
Use the $locationProvider
to configure how the application deep linking paths are stored.
Methods
Parameters
ParamTypeDetailsprefix (optional) string
Prefix for hash part (containing path and search)
Returns
current value if used as getter or itself (chaining) if used as setter
Parameters
ParamTypeDetailsmode (optional) boolean
Use HTML5 strategy if available.
Returns
current value if used as getter or itself (chaining) if used as setter