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
Found this when attempting to debug crashes of javascript tests.
This click event added to the $document is never cleaned up. This means any page that renders a angular-pickadate component will leak memory, especially if the application uses ui router that might render many pickadate components.
Found this when attempting to debug crashes of javascript tests.
This click event added to the $document is never cleaned up. This means any page that renders a angular-pickadate component will leak memory, especially if the application uses ui router that might render many pickadate components.
see https://github.com/restorando/angular-pickadate/blob/master/src/angular-pickadate.js#L82
Should instead be something like this
The text was updated successfully, but these errors were encountered: