mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 05:43:43 +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;
|
tooltip = _null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, ['$browser', '$document']);
|
}, ['$browser', '$document'], true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue