You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I recall, it was just an HTML element, and not an angular element, so remove() was causing errors for browsers that don't support it. But yes, this should have been updated to use the angular way.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Currently, calling
.remove()
on an $ionicModal doesn't use the jQuery/jqLite method to remove the element from the DOM (code)This prevents the cleaning of
.data()
on the element, but also prevents angular from firing the$destroy
event (which some directives make use of)The text was updated successfully, but these errors were encountered: