aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng
AgeCommit message (Expand)Author
2013-01-17feat($compile): support modifying the DOM structure in postlink fnMartin Probst
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($route): support route params not separated with slashes.Martin Probst
2013-01-14fix($compile): safely create transclude comment nodesIgor Minar
2013-01-08refactor($browser): remove faulty 20+ cookies warningIgor Minar
2012-12-14fix($route): correctly extract $routeParams from urlsGonzalo Ruiz de Villa
2012-12-05fix(select): support optgroup + select[multiple] combo_pants
2012-11-30fix(Scope): ensure that a scope is destroyed only onceIgor Minar
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-25fix(Scope): allow removing a listener during eventVojta Jina
2012-11-24fix($cacheFactory): return undefined when removing non-existent entryJeremy Tymes
2012-10-31fix(select): select option with a label of 0 is not shownSudhir Jonathan
2012-10-29fix($compile): prevent double attr interpolation w/ templateUrlIgor Minar
2012-10-29fix(currency): Handle not-quite-zero valuesBraden Shepherdson
2012-09-22fix($compile): reference local in isolate scopeVojta Jina
2012-09-11fix($route): support inline annotation on .resolveMisko Hevery
2012-09-11fix(ng-repeat) to work with primitive typesZhenbo Zhang
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
2012-09-06fix(dateFilter): make timezone optionalIwein Fuld
2012-09-06fix(ngClassEven/Odd): filtering/ordering and repeaterpetrovalex
2012-09-06fix(ngClass): works with class interpolationMax Martinsson
2012-09-06fix($parser): string concatination with undefined modelpetrovalex
2012-09-06fix(dateFilter): support sub-second precision on dateFilterStein Jakob Nordbø
2012-08-31revert: fix(ng-repeat) to work with primitive typesIgor Minar
2012-08-30fix(ng-repeat) to work with primitive typesZhenbo Zhang
2012-08-30test(locationSpec): fix broken tests after vojta's commitIgor Minar
2012-08-27fix(docs) typoMisko Hevery
2012-08-13fix($compile): denormalize directive templatesIgor Minar
2012-08-13refactor($compile): code cleanupIgor Minar
2012-08-13fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbolsBrian Ford
2012-08-13style(ngPluralizeSpec): fix indentationIgor Minar
2012-08-13feat($interpolate): expose start/end symbols in run phaseIgor Minar
2012-08-13fix($interpolate): $interpolateProvider.endSymbol() returns startSymbolIgor Minar
2012-08-10fix(option): support option elements in datalistIgor Minar
2012-08-10fix(form): prevent page reload when form destroyedIgor Minar
2012-08-10test(form): fix broken preventDefault testIgor Minar
2012-08-10refactor(formSpec): group preventDefault specs into a describeIgor Minar
2012-06-22fix(browser): prevent ie from getting into redirect loopMisko Hevery
2012-06-20fix($location): url rewriting if element was removedVojta Jina
2012-06-14fix($location): fix URL interception in hash-bang modeMisko Hevery
2012-06-13fix($location): correctly parse link urls in hashbang mode with prefixMisko Hevery
2012-06-12fix($defer): remove deprecated $defer serviceIgor Minar
2012-06-12fix($location): correctly parse link urls in hashbang modeMisko Hevery
2012-06-10test($location): fix tests borked during event renamingIgor Minar
2012-06-08fix($compile): correctly merge class attr for replace directivesMax Martinsson