Hello,
I am trying to bring in the ActionSheet and I am following the ActionSheets doc precisely (I am importing $ionicActionSheet into the controller as well) but I keep getting the following error:
undefined is not an object (evaluating '$ionicActionSheet.show')
I also copy and pasted the show function from the ActionSheet docs.
I am relatively new to Ionic and so I am not sure if there is any initialization needed to get this to work, but any help would be greatly appreciated.
Thank you!