ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

Does $ionicLoading $destroy the scope? #299

Open panlina opened 7 years ago

panlina commented 7 years ago

I have custom directive in the template for $ionicLoading, which relies on $destroy event to do the cleanup. I find that the $destroy event handler is not fired. Is this by design?