with
This form jumps to a new tab
认证0级讲师
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>
Two ways, one is directly in JavaScript code:
The second one is directly in html: