html tippy not working code example
Example: tippy not working on angularjs
app.directive('tippyContent', function () {
return {
link: function(scope, element, attrs) {
tippy(element[0]);
}
};
});
app.directive('tippyContent', function () {
return {
link: function(scope, element, attrs) {
tippy(element[0]);
}
};
});