Is it possible to use the Action Sheet controller within a non-Angular application? I’m currently doing so with the Side Menu Controller and it works fine, however I didn’t find any documentation for the Action Sheet (actually, for almost every other controller except Side Bar). Unfortunately refactoring to Angular is not an option at the moment, so it would be quite important to be able to use somehow the controllers without it, even if that means some hackish or inelegant solution.
Thank you in advance!