aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-10-10fix($animate): perform internal caching on getComputedStyle to boost the perf...Matias Niemelä
2013-10-10fix($animate): ensure structural animations skip all child animations even if...Matias Niemelä
2013-10-10refactor($animate): queue all successive animations to use only one reflowMatias Niemelä
2013-10-10fix($animate): cancel any ongoing child animations during move and leave anim...Matias Niemelä
2013-10-10fix($animate): ensure elapsedTime always considers delay valuesMatias Niemelä
2013-10-10fix(modules): stop leaking global variables in testsPete Bacon Darwin
2013-10-10refactor(location): $location now uses urlUtils, not RegExJeff Cross
2013-10-09feat(ngRepeat): use block separator commentsjankuca
2013-10-09fix(jqLite): ignore class methods on comment elementsVojta Jina
2013-10-09revert: fix($parse): handle promises returned from parsed function callsIgor Minar
2013-10-09fix($parse): deprecate promise unwrapping and make it an opt-inIgor Minar
2013-10-09test(filters): fix timezone-dependent testBrian Ford
2013-10-08fix(ngTouch): ngClick does not pass touchend event when jQuery is loadedSteven Sojka
2013-10-08fix(ngTouch): add $event to ng-swipeAdam Kent
2013-10-07fix(input): `false` is no longer an empty value by defaultPete Bacon Darwin
2013-10-07feat($interval): add a service wrapping setIntervalJulie
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-10-07style(injectorSpec): add semicolons & test helpersPeter Bacon Darwin
2013-10-07style(angularSpec): add missing semicolonPeter Bacon Darwin
2013-10-05fix(rootScope): make stopPropagation only stop its own eventPete Bacon Darwin
2013-10-04fix(ngResource): Remove request body from $deleteJen Bourey
2013-10-04chore($parse): convert parser() and lex() to prototype-based codejankuca
2013-10-04fix(routeProvider): parametrized routes do not match against locations that w...Nicola Peduzzi
2013-10-03fix($compile): fix (reverse) directive postLink fn execution orderIgor Minar
2013-10-03fix($compile): don't terminate compilation for regular transclusion directivesIgor Minar
2013-10-03fix($sanitize): sanitize DOCTYPE declarations correctlypaolo-delmundo
2013-10-02fix($resource): pass transformed value to both callbacks and promisesjankuca
2013-10-02fix(isArrayLike): correctly handle string primitivesDaniel Luz
2013-10-02feat(ngMock.$timeout): remove flushNext methodVojta Jina
2013-10-02fix($location): prevent infinite digest error in IE7Angel Balcarcel
2013-10-02test($sce): ie8 fix for entire fileChirayu Krishnappa
2013-10-02fix($scope): $evalAsync executes on the right scopeLucas Galfasó
2013-10-02fix($compile): ng-attr to support dash separated attribute namesJamie Mason
2013-10-02style(rootScopeSpec): add semi-colonsPete Bacon Darwin
2013-10-02style($qSpec): add semi-colonsPete Bacon Darwin
2013-10-01test($sce): make ie8 happyChirayu Krishnappa
2013-10-01fix($compile): allow interpolations for non-event handlers attrsFrancesco Pontillo
2013-10-01fix($httpBackend): set headers with falsy valuesRicardo Bin
2013-10-01fix($animator): avoid completing the animation asynchronously unless CSS tran...Matias Niemelä
2013-10-01fix($httpBackend): don't send empty string bodiesJames Roper
2013-10-01chore: remove Firefox CORS workaroundjquadrin
2013-10-01fix(dateFilter): allow negative millisecond value stringsHenning Teek
2013-10-01chore($ngAnimate): simplify vendor prefixes handling in testsMichał Gołębiowski
2013-10-01feat(filter): allow map of filters to be registeredColin Casey
2013-10-01feat($sce): simpler patterns for $sceDelegateProviders white/blacklistsChirayu Krishnappa
2013-09-30fix(ngTransclude): detect ngTranslude usage without a transclusion directivejankuca
2013-09-30fix($compile): link parents before traversingVojta Jina
2013-09-30fix($animate): ensure transition-property is not changed when only keyframe a...Matias Niemelä
2013-09-27fix(log): prevent logging `undefined` for $log in IEColin Casey
2013-09-27fix(jqLite): use get/setAttribute so that jqLite works on SVG nodesBrian Ford