aboutsummaryrefslogtreecommitdiffstats
path: root/test/jqLiteSpec.js
AgeCommit message (Expand)Author
2014-03-17fix(jqLite): traverse `host` property for DocumentFragment in inheritedData()Caitlin Potter
2014-02-27fix(jqLite): properly toggle multiple classesPawel Kozlowski
2014-02-18style(jqLite): remove trailing whitespace in new testCaitlin Potter
2014-02-18fix(jqLite): make jqLite('<iframe src="someurl">').contents() return iframe d...Caitlin Potter
2014-02-14chore(jqLite): expose the _data lookup function to angular.elementMatias Niemelä
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-09fix(jqLite): ignore class methods on comment elementsVojta Jina
2013-10-08fix(ngTouch): ngClick does not pass touchend event when jQuery is loadedSteven Sojka
2013-10-02fix($compile): ng-attr to support dash separated attribute namesJamie Mason
2013-09-27fix(jqLite): use get/setAttribute so that jqLite works on SVG nodesBrian Ford
2013-08-15feat(minerr): log minerr doc url in developmentKen Sheedlo
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-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-02fix(jqLite): prepend array in correct orderJoao Sa
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-05-30fix(jqLite): Added optional name arg in removeDataJeff Cross
2013-05-28feat($compile): support multi-element directiveMisko Hevery
2013-05-16fix(jqLite): pass a dummy event into triggerHandlerJulie
2013-04-29fix(jqLite): correct implementation of mouseenter/mouseleave eventgockxml
2013-01-09fix(jqLite): children() should only return elementsPete Bacon Darwin
2013-01-08fix(jqLite): make next() ignore non-element nodesKeyamoon
2012-11-26fix(jqLite): support append on document fragmentIgor Minar
2012-11-26feat(jqLite): add triggerHandler()Igor Minar
2012-08-10test(jqLite): add missing test for $destroy eventIgor Minar
2012-05-14fix(jqLite): .data()/.bind() memory leakMisko Hevery
2012-05-03feat(jqLite): support data() getter and data(obj) setterIgor Minar
2012-04-20fix(mouseenter): FF no longer throws exceptionsMisko Hevery
2012-03-22feat(jqLite): make injector() and scope() work with the document objectIgor Minar
2012-03-19bug(ie7): incorrectly set all inputs to disabledMisko Hevery
2012-03-19fix(compiler): allow transclusion of root elementsMisko Hevery
2012-03-19feat(jqLite): add .controller() methodMisko Hevery
2012-02-21feat($compile): support compiling text nodes by wrapping them in <span>Misko Hevery
2012-02-21feat(mouseenter/mouseleave): emulating ie eventsMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-25feat(jqLite): add contents()Misko Hevery
2012-01-16feat(jqLite): added injector() helper methodIgor Minar
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-12fix(jqLite): attr for boolean attribute should lowercase valueIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11fix(jqlite): removeClass would clobber class namesMisko Hevery