Home:ALL Converter>Bypassing Angular URL routing

Bypassing Angular URL routing

Ask Time:2013-12-18T19:58:13         Author:Amal Antony

Json Formatter

How do I bypass the routing provided by angular? For instance, in my angular routing settings, I have set $routeProvider.otherwise({redirectTo : '/someurl'});.

I want a certain request (generated by the user clicking a certain link in the HTML) to go to my webserver and not redirected to /someurl by Angular's routing. How do I do this?

Author:Amal Antony,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/20657593/bypassing-angular-url-routing
yy