I’m using Ionic 1.0.0-beta.11
and unable to fully close $ionicActionSheet
since the backdrop is still there and as a result cannot scroll the view. The cancel
function doesn’t seem to be working since nothing shows up in console when I try console.log('cancel')
.
As a hack, I can get rid of the backdrop by removing the div.action-sheet-backdrop
from DOM since the $ionicBackdrop.release();
isn’t working either. With this method I can get rid of the action sheet and backdrop when regular buttons are clicked or the destructive button is clicked.
Is this a known bug on beta 11? Any ideas on how to make $ionicActionSheet
work without the hack?