Skip to content

Commit

Permalink
Merge pull request #95 from CanopyTax/feature/dismiss-on-click
Browse files Browse the repository at this point in the history
Feature/dismiss on click
  • Loading branch information
keithhalterman authored Aug 19, 2016
2 parents 05de961 + 44378ab commit 1436418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cp-tooltip",
"version": "1.2.7",
"version": "1.2.8",
"description": "Component Description",
"main": "build/cp-tooltip.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ angular.module('cp-tooltip')
el.off('mouseleave.cptooltip'+id);

if(!allowInteraction){
el.off('click');
el.off('click', dismissTooltip);
}
});

Expand Down

0 comments on commit 1436418

Please sign in to comment.