I work with angles in html 5 mode. It seems like it controls all the href on the page. But what if I want to have a link to something in the same application domain, but not really in the application. An example is pdf.
If I do <a href="/pdfurl"> angular, try using html5mode and use the route provider to determine which view should be loaded. But I really want the browser to go to this page in the usual way.
The only way to do this is to create a rule with the route provider and redirect it to the desired page using window.location?
angularjs
mfrancis107 May 30 '13 at 13:35 2013-05-30 13:35
source share