I would like to know how I can escape /
in angularjs so that I can send it as a path variable to call a restful service. As of now I am getting 404 whenever I try to send a url with path variable values having /
; even if I encode it doesn't work.
For example
Is there a way where I can encode and escape the /
?