Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Update tooltip.js - #6563

Open
Vikas-Kumar56 wants to merge 2 commits into
angular-ui:masterfrom
Vikas-Kumar56:master
Open

Update tooltip.js#6563
Vikas-Kumar56 wants to merge 2 commits into
angular-ui:masterfrom
Vikas-Kumar56:master

Conversation

@Vikas-Kumar56

Copy link
Copy Markdown

#6559
capture

this error will appear in case if element has disabled attribute and if i change tooltip message
element.attr('uib-tooltip','new ,msg') in directive and call scope.$emit('$destroy');

There Should Be one unique event through which user can change message or destroy tooltip from element because in case of $destroy there are many library which are also listening $destroy event. So for resolving our purpose we are introducing another event $uibTooltipdestroy with which user can remove uibtooltip from element without disturbing other library like ui-grid.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant