$cordovaPush.unregister().then(function(result) {
alert("success");
}, function(err) {
alert("error");
});
↧
How to remove user (unregister) push notification
↧