How to get around the routing provided by angular? For example, in the angular routing settings I installed $routeProvider.otherwise({redirectTo : '/someurl'});.
I want a specific request (generated by a user by clicking on a specific link in HTML) to go to my web server and not be redirected /someurlto angular routing. How to do it?
source
share