aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-01-17fix(angular.equals): consistently compare undefined object propsIgor Minar
2013-01-17feat($log): add $log.debug()nlaplante
2013-01-17fix($compile): do not wrap empty root text nodes in spansPete Bacon Darwin
2013-01-17fix(ngRepeat): correctly apply $last if repeating over objectPete Bacon Darwin
2013-01-16fix(scenario): don't trigger input events on IE9Igor Minar
2013-01-16fix($route): support route params not separated with slashes.Martin Probst
2013-01-14fix($compile): safely create transclude comment nodesIgor Minar
2013-01-09feat($compile): support modifying the DOM structure in postlink fnMartin Probst
2013-01-09fix(date): parse string input as local time unless TZ is specifiedIgor Minar
2013-01-09fix(jqLite): children() should only return elementsPete Bacon Darwin
2013-01-08fix(jqLite): make next() ignore non-element nodesKeyamoon
2013-01-08refactor($browser): remove faulty 20+ cookies warningIgor Minar
2012-12-20feat($timeout-mock): add verifyNoPendingTasks methodpetrovalex
2012-12-19feat(limitTo): limitTo filter accepts stringsJeremy Tymes
2012-12-18feat(directive): ng:keydown, ng:keyupMark Nadig
2012-12-14fix($route): correctly extract $routeParams from urlsGonzalo Ruiz de Villa
2012-12-05fix(select): support optgroup + select[multiple] combo_pants
2012-12-01feat(e2eRunner): fail when an option to select does not existStephane Bisson
2012-12-01fix($injector): provider can now be defined in the array formatSudhir Jonathan
2012-11-30fix($resource): HTTP method should be case-insensitiveSudhir Jonathan
2012-11-30fix(Scope): ensure that a scope is destroyed only onceIgor Minar
2012-11-28feat($resource): allow dynamic default parametersPascal Corpet
2012-11-26fix($http): only set X-XSFR-TOKEN header for same-domain requestRado Kirov
2012-11-26fix($http): remove 'X-Requested-With' from header defaultsRado Kirov
2012-11-26fix($location): reset $location.$$replace with every watch callRado Kirov
2012-11-26fix(ngRepeat): support mostly-stable repeating for primitivesIgor Minar
2012-11-26test(ngRepeat): clean up and improve testsIgor Minar
2012-11-26test(ngRepeat): add test for issue #1076Igor Minar
2012-11-26feat(form): add ability to reset a form to pristine statePawel Kozlowski
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-11-25fix(Scope): allow removing a listener during eventVojta Jina
2012-11-25feat($cacheFactory): cache.put now returns the added valueJP Sugarbroad
2012-11-24fix($http): config.param should expand array values properlyTom Davis
2012-11-24feat(linky): allow optional 'target' argumentZach Dexter
2012-11-24fix($cacheFactory): return undefined when removing non-existent entryJeremy Tymes
2012-11-24fix($resource): prevent default params to be shared between actionsAdrian Gheorghe
2012-11-15fix(CSP): update to the latest CSP apiIgor Minar
2012-11-11feat($sanitize): support telephone linksAnna Vester
2012-10-31fix(select): select option with a label of 0 is not shownSudhir Jonathan
2012-10-31fix(scenario-runner): support data-ng and x-ng based attributesAdam Macejak
2012-10-29fix($compile): prevent double attr interpolation w/ templateUrlIgor Minar
2012-10-26fix(currency): Handle not-quite-zero valuesBraden Shepherdson
2012-09-20fix($compile): reference local in isolate scopeVojta Jina
2012-09-11fix($route): support inline annotation on .resolveMisko Hevery
2012-09-11feat($http): Allow setting withCredentials on defaultsTom Hughes
2012-09-11fix($evalAsync): have only one global async queueMisko Hevery
2012-09-06fix(FormController): propagate dirty state to parent formsKai Groner
2012-09-06fix(ngSrc): don't set src if value is empty stringXiangru Chen