Applys ng1-specific path parameter encoding
Applys ng1-specific path parameter encoding
The Angular 1 $location
service is a bit weird.
It doesn't allow slashes to be encoded/decoded bi-directionally.
See the writeup at https://github.com/angular-ui/ui-router/issues/2598
This code patches the path
parameter type so it encoded/decodes slashes as ~2F
Generated using TypeDoc
Implements UI-Router LocationServices and LocationConfig using Angular 1's $location service