Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e80a648

Browse files
committed
re-eagarizing the $hover service - mea culpa
1 parent 8b2753e commit e80a648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/hover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ angularServiceInject("$hover", function(browser, document) {
5353
tooltip = _null;
5454
}
5555
});
56-
}, ['$browser', '$document']);
56+
}, ['$browser', '$document'], true);

0 commit comments

Comments
 (0)