Hi, I have an Angular app with uses the "$routeProvider" to handle some of the "href" links on the page. But for the other links I would like them to be handled by the browser. However, I found the route provider will intercept all links, and do nothing for the routes I did not define. Any idea how to let the route provider only intercept the routes I defined?
Thanks, David -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
