mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
re-eagarizing the $hover service - mea culpa
This commit is contained in:
parent
8b2753eee2
commit
e80a64883d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,4 +53,4 @@ angularServiceInject("$hover", function(browser, document) {
|
|||
tooltip = _null;
|
||||
}
|
||||
});
|
||||
}, ['$browser', '$document']);
|
||||
}, ['$browser', '$document'], true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue