$locationProvider
(service in module ng
)
Use the $locationProvider
to configure how the application deep linking paths are stored.
prefix(optional) – {string=} –
Prefix for hash part (containing path and search)
{*}
– current value if used as getter or itself (chaining) if used as setter
mode(optional) – {string=} –
Use HTML5 strategy if available.
{*}
– current value if used as getter or itself (chaining) if used as setter