Skip to content

Commit

Permalink
fix for tooltip flickering on hover, #194 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
45kb committed Jan 25, 2017
1 parent fc6f170 commit ab7ee4d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-tooltips",
"version": "1.1.9",
"version": "1.1.10",
"description": "Angular.js tooltips module.",
"authors": [
"Filippo Oretti <[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-tooltips.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* angular-tooltips
* 1.1.9
* 1.1.10
*
* Angular.js tooltips module.
* http://720kb.github.io/angular-tooltips
*
* MIT license
* Sat Jan 21 2017
* Wed Jan 25 2017
*/
@-webkit-keyframes animate-tooltip {
0% {
Expand Down
6 changes: 3 additions & 3 deletions dist/angular-tooltips.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* angular-tooltips
* 1.1.9
* 1.1.10
*
* Angular.js tooltips module.
* http://720kb.github.io/angular-tooltips
*
* MIT license
* Sat Jan 21 2017
* Wed Jan 25 2017
*/
/*global angular,window*/
(function withAngular(angular, window) {
Expand Down Expand Up @@ -212,7 +212,7 @@

var tooltipConfiguration = {
'side': 'top',
'showTrigger': 'mouseover',
'showTrigger': 'mouseenter',
'hideTrigger': 'mouseleave',
'class': '',
'smart': false,
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-tooltips.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/angular-tooltips.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/angular-tooltips.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-tooltips",
"version": "1.1.9",
"version": "1.1.10",
"description": "Angular.js tooltips module.",
"homepage": "http://720kb.github.io/angular-tooltips",
"main": "index.js",
Expand Down

0 comments on commit ab7ee4d

Please sign in to comment.