I have several controllers that all make use of $ionicPopup
I need to be able to add a different class to the popup in each controller so I am able to style it accordingly.
How do I do this? I see that ng-class=“cssClass” on popup template. Can I use that?