I\'m trying to implement an \"open link in new tab\" function using $state.go function. It would be awesome if there was smth like:
$state.go(\'routeHere\',
ui-sref="routeHere" href=""target="_blank"
this code solved my problem.
use this in an anchor tag.