re-eagarizing the $hover service - mea culpa

This commit is contained in:
Igor Minar 2011-03-03 22:58:02 -08:00
parent 8b2753eee2
commit e80a64883d

View file

@ -53,4 +53,4 @@ angularServiceInject("$hover", function(browser, document) {
tooltip = _null; tooltip = _null;
} }
}); });
}, ['$browser', '$document']); }, ['$browser', '$document'], true);