Skip to content

Commit 044cc7f

Browse files
committed
class on correct element
1 parent 4bdfaa2 commit 044cc7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/angular-tooltips.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,8 @@
591591
$timeout(function doLater() {
592592

593593
onTooltipShow();
594-
element.find('tip')
595-
.removeClass('_hidden')
596-
.addClass('_ready');
594+
element.find('tip').removeClass('_hidden');
595+
element.addClass('_ready');
597596
});
598597

599598
scope.$on('$destroy', function unregisterListeners() {

0 commit comments

Comments
 (0)