aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-11-05chore($sniffer): make msie variable publicMatias Niemelä
2013-11-05chore(ngAnimate): ensure elapsedTime values are in seconds and millsecondsMatias Niemelä
2013-11-04fix(ngModel): deregister from the form on scope not DOM destructionIgor Minar
2013-11-04fix(ngIf): destroy child scope when destroying DOMIgor Minar
2013-10-30feat($parse): secure expressions by hiding "private" propertiesChirayu Krishnappa
2013-10-30fix(ngIf): ngIf removes elements dynamically added to itBrian Ford
2013-10-28fix($animate): use direct DOM comparison when checking for $rootElementMatias Niemelä
2013-10-28fix($animate): ensure former nodes are fully cleaned up when a follow-up stru...Matias Niemelä
2013-10-28fix($animate): ensure enable/disable animations work when the document node i...Matias Niemelä
2013-10-28feat(ngAnimate): provide support for staggering animations with CSSMatias Niemelä
2013-10-28fix($compile): don't instantiate controllers twice for element transclude dir...Igor Minar
2013-10-28style(compileSpec): reorder and cleanup tests for $compile's transclusion fea...Igor Minar
2013-10-25fix($compile): attribute bindings should not break due to terminal directivesIgor Minar
2013-10-25style(injectorSpec): fix typo in "it" descriptionArun Israel
2013-10-24fix($animate): skip unnecessary addClass/removeClass animationsMatias Niemelä
2013-10-24fix($compile): instantiate controlers when re-entering compilationIgor Minar
2013-10-24fix(input): keep track of min/max attars on-the-flyDmitry Shirokov
2013-10-23fix(ngView): ensure the new view element is placed after the old view elementMatias Niemelä
2013-10-23fix($animate): ensure animations work properly when the $rootElement is being...Matias Niemelä
2013-10-23fix($animate): only cancel class-based animations if the follow-up class cont...Matias Niemelä
2013-10-18fix(csp): fix csp auto-detection and stylesheet injectionIgor Minar
2013-10-18fix($injector): allow a constructor function to return a functionVojta Jina
2013-10-15fix($parse): check function call context to be safeChirayu Krishnappa
2013-10-11fix($compile): abort compilation when duplicate element transclusionIgor Minar
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