Dear Friends. I'm getting # problem in my url eg: /localhost/website/#/home can any one suggest me how to avoid that # symbol in the middle of the post.
so instead of /localhost/website/#/home you want to have /localhost/website/home , right? just use replace: url.replace('/#/', '/');