aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive
AgeCommit message (Expand)Author
2014-03-18fix(select): avoid checking option element selected properties in renderJeff Balboni
2014-03-06feat(input): support types date, time, datetime-local, month, weekBen Lesh
2014-03-06fix(style): expressions in style tagsSekib Omazic
2014-02-28feat($animate): animate dirty, pristine, valid, invalid for form/fieldsYves Brissaud
2014-02-27chore(ngRepeatSpec): fix typoLajos Veres
2014-02-26fix($animate): ensure that animateable directives cancel expired leave animat...Matias Niemelä
2014-02-24perf($animate): use rAF instead of timeouts to issue animation callbacksMatias Niemelä
2014-02-21feat(ngHref): bind ng-href to xlink:href for SVGAElementCaitlin Potter
2014-02-14fix($animate): ensure $animate doesn't break natural CSS transitionsMatias Niemelä
2014-02-12fix(input): setViewValue on compositionendCaitlin Potter
2014-02-06fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all t...Matias Niemelä
2014-02-06fix(mocks): remove usage of $animate.flushNext in favour of queingMatias Niemelä
2014-01-22fix(a): don't preventDefault on click when SVGAElement has an xlink:href attr...Caitlin Potter
2014-01-21fix(input): use Chromium's email validation regexpCaitlin Potter
2014-01-10feat(select): allow multiline ng-optionsAjay Roopakalu
2014-01-06chore(inputSpec): fixed typoBen Wiklund
2014-01-02fix(ngShow/ngHide, ngIf): functions with zero args should be truthyBrian Ford
2014-01-02fix(ngRepeat): allow for more flexible coding style in ngRepeat expressionGias Kay Lee
2013-12-30fix(input): prevent double $digest when using jQuery trigger.Michał Gołębiowski
2013-12-18fix(input): do not hold input for composition on androidChia-liang Kao
2013-12-17fix(select): invalidate when 'multiple`, `required` and model is `[]`Caitlin Potter
2013-12-16fix(ngRepeat): allow multiline expressionsRhys Brett-bowen
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
2013-12-13perf(a): do not link when href or name exists in templateKarl Seamon
2013-12-12fix(ngInclude): Add template to DOM before linking other directivesTobias Bosch
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-12-04fix(ngInit): evaluate ngInit before ngIncludeCaitlin Potter
2013-12-04fix(input): ensure ngModelWatch() triggers second digest pass when appropriateDaniel Tabuenca
2013-11-25fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual ...Matias Niemelä
2013-11-22fix(input): Support form auto complete on modern browserTobias Bosch
2013-11-21fix(ngInclude): Don't throw when the ngInclude element contains content with ...Tobias Bosch
2013-11-21fix($compile): ensure CSS classes are added and removed only when necessaryMatias Niemelä
2013-11-21fix(ngController): fix issue with ngInclude on the same elementAndrew Silluron-Gonzalez
2013-11-21feat(input): hold listener during text compositionChia-liang Kao
2013-11-20fix(ngClass): ensure that ngClass only adds/removes the changed classesMatias Niemelä
2013-11-20fix(ngInclude): allow ngInclude to load scripts when jQuery is includedBrian Ford
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
2013-11-11fix(ngIf): don't create multiple elements when changing from a truthy to anot...Tobias Bosch
2013-11-08fix(ngClassSpec): clear animation enable fn from postDigestQueuePete Bacon Darwin
2013-11-06fix(ngInclude): only run anchorScroll after animation is donePete Bacon Darwin
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-30fix(ngIf): ngIf removes elements dynamically added to itBrian Ford
2013-10-24fix(input): keep track of min/max attars on-the-flyDmitry Shirokov
2013-10-18fix(csp): fix csp auto-detection and stylesheet injectionIgor Minar
2013-10-11fix($compile): abort compilation when duplicate element transclusionIgor Minar
2013-10-09feat(ngRepeat): use block separator commentsjankuca
2013-10-07fix(input): `false` is no longer an empty value by defaultPete Bacon Darwin
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-09-25fix(ngRepeat): correctly track elements even when the collection is initially...jankuca