I read about IonicPopup from here http://ionicframework.com/docs/api/service/$ionicPopup/
I see that there is confirm, alert and show with input type. However I wonder if it is possible to create a popup with select box instead of input. A popup that will make the user pick option A, B or C. How can I do something like that.
EDIT: Ok, i know it. Sorry for asking such a trivial question.