aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
AgeCommit message (Expand)Author
2014-03-05style: enable jscs requireLeftStickedOperators ruleTimothée Jeannin
2014-02-27fix(jqLite): properly toggle multiple classesPawel Kozlowski
2014-02-18fix(jqLite): make jqLite('<iframe src="someurl">').contents() return iframe d...Caitlin Potter
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(bike-shed-migration): Add missing module tagPeter Bacon Darwin
2014-02-14chore(jqLite): expose the _data lookup function to angular.elementMatias Niemelä
2014-02-11docs(jqLite): link to jQuery.fn.bind/unbind docs rather than jQuery.fn.on/off...Evgeniy Tkachenko
2014-02-04fix(jqLite): trim HTML string in jqLite constructorCaitlin Potter
2013-12-19feat(jqLite): provide support for element.one()Matias Niemelä
2013-12-16fix(jqLite): support unbind self within handlerChris Chua
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
2013-12-03fix(jqLite): ignore incompatible nodes on find()Hubert SABLONNIÈRE
2013-11-07feat(jqLite): expose isolateScope() getter similar to scope()Igor Minar
2013-10-22style: make jshint happyVojta Jina
2013-10-18docs: correct broken linksVojta Jina
2013-10-09fix(jqLite): ignore class methods on comment elementsVojta Jina
2013-10-08docs(jqLite): improve jqLite docsBrian Ford
2013-10-08fix(ngTouch): ngClick does not pass touchend event when jQuery is loadedSteven Sojka
2013-09-27fix(jqLite): use get/setAttribute so that jqLite works on SVG nodesBrian Ford
2013-09-25docs(jqLite): fix typolorint
2013-08-09fix(docs-bootstrap): Removed injector from bootstrapped docs samplesJeff Cross
2013-08-09docs(jqLite): update the minErr codes for on() and off()Igor Minar
2013-08-09fix(jqLite): properly detect unsupported calls for on()/off()Igor Minar
2013-08-08fix(jqLite): throw when jqLite#off called with 4 argsKen Sheedlo
2013-08-07fix(jqLite): return array from multi select in val()Eric Hagman
2013-08-07fix(jqLite): forgive unregistration of a non-registered handlerPawel Kozlowski
2013-07-31fix(jqLite): support space-seperated events in offAndy Joslin
2013-07-18docs(jqLite): document "$destroy" eventPete Bacon Darwin
2013-07-02fix(jqLite): prepend array in correct orderJoao Sa
2013-07-01fix(jqLite): rename jqLiteError to jqLiteMinErrIgor Minar
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-06-17fix(jqLite): allow override of jqLite.triggerHandler event objectMatias Niemelä
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-05-30fix(jqLite): Added optional name arg in removeDataJeff Cross
2013-05-28feat($compile): support multi-element directiveMisko Hevery
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-23fix(jqLite): correctly monkey-patch core jQuery methodsMichał Gołębiowski
2013-05-16fix(jqLite): pass a dummy event into triggerHandlerJulie
2013-05-06fix($location): prevent navigation when event isDefaultPreventedMisko Hevery
2013-04-29fix(jqLite): correct implementation of mouseenter/mouseleave eventgockxml
2013-04-11docs(jqLite): clarified that children/parent do not support selectorsChristoph Burgdorf
2013-03-29docs(*): fixed typosPascal Borreli
2013-02-25feat(JQLite): ready() now supports document.readyState=='complete'Jørgen Borgesen
2013-01-20docs(jqLite): fix typosergiopantoja
2013-01-18feat(directive): added ng-open boolean directiveDavid Chang
2013-01-09fix(jqLite): children() should only return elementsPete Bacon Darwin
2013-01-08fix(jqLite): make next() ignore non-element nodesKeyamoon
2012-11-26style(jqLite): better variable namesIgor Minar
2012-11-26fix(jqLite): support append on document fragmentIgor Minar
2012-11-26fix(jqLite): fire $destroy event via triggerHandlerIgor Minar