feat($location): allow automatic rewriting of links to be disabled
Currently, when the location provider is set to html5 mode, all links on the page are hijacked and automatically rewritten. While this may be desirable behavior in some cases (such as using ngRoute), not all cases where html5 mode are enabled imply the desire for this behavior. One example would be an application using the [ui-router](https://github.com/angular-ui/ui-router) library, with some pages that exist outside of angular. Links that are meant to go through the router use the `ui-sref` directive, so the rewrite behavior is unnecessary. Closes #5487
S
Sean Griffin committed
b3e09be58960b913fee3869bf36e7de3305bbe00
Parent: 0c2378d
Committed by Igor Minar <igor@angularjs.org>
on 10/8/2014, 8:11:52 PM