with
This form jumps to a new tab
PHP中文网2017-05-15 16:58:52
Two ways, one is directly in JavaScript code:
vm.url = 'hatches.roadshows.create';
vm.urlHref = $state.href(vm.url);
window.open(mv.urlHref);
The second one is directly in html:
<a ui-sref="hatches.roadshow.create" target="_black">New Window State Go Link</a>