<a class="seecode_button" href="#{{w.CouponID}}" ng-click="newwindow(w)" data-toggle="modal" data-target="#{{w.CouponID}}">CLICK Here</a>
$scope.newwindow = function(w) {
$window.open(w.LandingPageURL, '_self');
$window.open('#','_blank');
};
我尽量让当上“点击这里”一些点击则需要打开新的窗口,但需要留当前选项卡中。
在我的代码当前标签页中打开它的好,但也弹出了,因为它刷新页面。 我采用了棱角分明的js 1.2.17和弹出我使用bootstrap.js V3.0.0