aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
AgeCommit message (Expand)Author
2011-04-09fix build for IE9Igor Minar
2011-03-31ignore jqLite#append for doc fragmentIgor Minar
2011-03-31fix jqLite#parent to be compatible with jQueryIgor Minar
2011-03-30use document fragments to grow repeatersIgor Minar
2011-03-28fixing lint warningsIgor Minar
2011-03-26remove _null and _undefinedIgor Minar
2011-03-08fix ie7 regression in jqLite which preventedMisko Hevery
2011-02-19correct hashchange event registration on windowMisko Hevery
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16reformated multiline trinary expressions to have a leading ?/:.Misko Hevery
2011-02-16rewrite of JQuery lite implementation, which now better supports selected setsMisko Hevery
2011-02-16refactored quickClone to cloneNode and exposed it on jQueryMisko Hevery
2011-02-16Add public API to retrieve scope from element.Misko Hevery
2011-02-16allow jquery to be declared after angular in the script loading orderMisko Hevery
2011-01-30jqlite should not generate exceptions when accessing attributes on DocumentIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-10bootstrap angular on "document ready" instead of window.onloadIgor Minar
2011-01-10jqLite should recognize window as an element even in IEIgor Minar
2011-01-10fix addEventLister detection for IE9Igor Minar
2011-01-07$location service should utilize onhashchange events instead of pollingIgor Minar
2011-01-04avoid namespace conflicts between jqLite and window when running in bootstrap...Igor Minar
2010-10-19Fix browser triggering in scenario to always do native events.Misko Hevery
2010-10-19Significantly clean up the way the scenario DSL works and implement many more...Elliott Sprehn
2010-10-06removing anchor spec and improving jqLite.trigger() methodIgor Minar
2010-10-04fixed lint warningsIgor Minar
2010-10-01properly handle event's stopPropagation() and preventDefault() method in IEIgor Minar
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-08-11clean up for better obfuscationMisko Hevery
2010-07-29refactored $location service so that it correctly updates under all conditionsMisko Hevery
2010-07-27fix IE native mothods are not functions, and preventDefaultunknown
2010-07-27fix preventDefault for eventsMisko Hevery
2010-07-15fixed buildMisko Hevery
2010-07-14appease IE on CSS stylesMisko Hevery
2010-07-14ng:style remembers previous style and properly resets to itMisko Hevery
2010-04-26fix ie bug with null and orphans elementsMisko Hevery
2010-04-22fixed the way IE breaks parests on innerHTMLMisko Hevery
2010-04-22tests work under jquery and withoutMisko Hevery
2010-04-22working on jQuery passing testsMisko Hevery
2010-04-21ie6 now passesMisko Hevery
2010-04-21more if tests passMisko Hevery
2010-04-20fixes to enable ieMisko Hevery
2010-04-19last failing ie test remainingMisko Hevery
2010-04-19lintMisko Hevery
2010-04-19ie fixesMisko Hevery
2010-04-19fix ie bug with .text() on jqliteMisko Hevery
2010-04-16lots of small fixesMisko Hevery
2010-04-12removed Meta and allowed binding of HTMLMisko Hevery
2010-04-08tests failing jstd to show coryMisko Hevery
2010-04-06few fixes to make tests pass with jqueryMisko Hevery
2010-04-05added ng-controller directiveMisko Hevery