aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
AgeCommit message (Expand)Author
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
2012-11-26feat(jqLite): add triggerHandler()Igor Minar
2012-08-30fix(jqLite): better support for xhtmlIgor Minar
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-06-08chore(jqLite): performance reorderingMisko Hevery
2012-05-24fix(jqLite): don't eat event exceptionsMisko Hevery
2012-05-17fix(jqLite): have same expando format as jQueryMisko Hevery
2012-05-14fix(jqLite): .data()/.bind() memory leakMisko Hevery
2012-05-03fix($compile): fix replaceWithIgor Minar
2012-05-03feat(jqLite): support data() getter and data(obj) setterIgor Minar
2012-05-03style(jqLite): clean up the codeIgor Minar
2012-04-20fix(events): include ie8 in extra event property resetMisko Hevery
2012-04-20fix(mouseenter): FF no longer throws exceptionsMisko Hevery
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
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-03-13f(compile): boolean attributes too agresiveMisko Hevery
2012-03-08docs(jqlite): add docs for wrap()Igor Minar
' href='#n409'>409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556