kjartanvalur / angular-kendo-window

Angular Kendo Window
MIT License
25 stars 9 forks source link

AngularJS $destroy event not fired #38

Closed tcederquist closed 7 years ago

tcederquist commented 7 years ago

Using the kendo window 'x' title bar control to close the window causes the window based controller to miss an opportunity at running $destroy. This is a resource leak. Fixes kjartanvalur/angular-kendo-window#22

kjartanvalur commented 7 years ago

Well done @tcederquist