$scope.$on('$locationChangeStart', function(e) { if(!tfOrder && comm.getStorage('orederlistLen')>0){
if(confirm("退出將清空投注")){ //瀏覽器自帶返回按鈕點擊時,清空投注
//code
}else{
e.preventDefault(); //阻止后退
}
}
});
http://www.cnblogs.com/gaoruixin/p/6070502.html
