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
Please remove below line from function because it throws error.
angular.element('.ac-tooltip').remove();
Because this element will be available for remove only if tool tip do not get removed itself.
If you want to remove it using remove statement then first check/ensure if element exist with that class or not then remove it.
The text was updated successfully, but these errors were encountered:
Please remove below line from function because it throws error.
angular.element('.ac-tooltip').remove();
Because this element will be available for remove only if tool tip do not get removed itself.
If you want to remove it using remove statement then first check/ensure if element exist with that class or not then remove it.
The text was updated successfully, but these errors were encountered: