Is there a way to tell AngularJS that I want links to be opened in new windows when the user clicks on them?
With jQuery I would do this:
jQuery(\"a.
It works for me. Inject $window service in to your controller.
$window
$window.open("somepath/", "_blank")