var confirmPopup = $ionicPopup.confirm({// title: 'Consume Ice Cream',template: '确定要把 ['+_n+'] 从购物车移除吗?',
buttons: [
{ text: "", 取消
onTap:function(e){
return; }
}, {text: '
确定
', onTap:function(e){
} }]
});
var confirmPopup = $ionicPopup.confirm({// title: 'Consume Ice Cream',template: '确定要把 ['+_n+'] 从购物车移除吗?',
buttons: [
{ text: "", 取消
onTap:function(e){
return; }
}, {text: '
确定
', onTap:function(e){
} }]
});