fix(jqLite): correctly monkey-patch core jQuery methods
When real jQuery is present, Angular monkey patch it to fire `$destroy` event. This commit fixes two issues in the jQuery patch: - passing a selector to the $.fn.remove method (only fire `$destroy` on the matched elements) - using `$.fn.html` without parameters as a getter (do not fire `$destroy`)
M
Michał Gołębiowski committed
da5f537ccdb0a7b4155f13f7a70ca7981ad6f689
Parent: 041f118
Committed by Vojta Jina <vojta.jina@gmail.com>
on 5/23/2013, 7:05:55 PM