hogeCtrl.js
$scope.$on('$locationChangeStart', function( event ) {
var answer = confirm("Are you sure you want to leave this page?");
if (!answer) {
event.preventDefault();
}
});
Go to list of users who liked
More than 5 years have passed since last update.
$scope.$on('$locationChangeStart', function( event ) {
var answer = confirm("Are you sure you want to leave this page?");
if (!answer) {
event.preventDefault();
}
});
Register as a new user and use Qiita more conveniently
Go to list of users who liked