Run code/event once ionicPopup has finished loading?

I have an $ionicPopup that has some interactive content in it - however, in order to use it I must initalise it with a simple command:
myFactory.initialise(elementWithinPopupWindow)

Is there a way I can tell if the popup has loaded so I can trigger this initialisation?
Is there some sort of ionicPopupLoaded event?