I would like to close my ion-option when a use taps/clicks away - now you have to swipe it back or click on another item.
I found $ionicListDelegate
has a closeOptionButtons()
function. Anyone has a good idea of how to implements this?
I would like to close my ion-option when a use taps/clicks away - now you have to swipe it back or click on another item.
I found $ionicListDelegate
has a closeOptionButtons()
function. Anyone has a good idea of how to implements this?
Yup, check this out
Thank you! It works now.