aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive
AgeCommit message (Expand)Author
2013-08-07fix(input): fix the email regex to accept TLDs up to 6 characters longneilmcgibbon
2013-07-24fix(form): pick the right attribute name for ngFormPawel Kozlowski
2013-07-11fix(ngSubmit): expose $event to ngSubmit callbackWesley Cho
2013-07-11fix(ngValue): made ngValue to write value attribute to elementMikk Kirstein
2013-07-11test(ngPattern): fix disabled testIgor Minar
2013-07-11test(ngList): remove disabled testIgor Minar
2013-05-10fix(ngPluralize): handle the empty string as a valid overrideLucas Galfasó
2013-05-07fix(select): ensure empty option is not lost in IE9Chad Smith
2013-04-17fix(ngModel): use paste/cut events in IE to support context menuMark Dalgleish
2013-04-16fix(ngClass): should remove classes when object is the same but property has ...Pete Bacon Darwin
2013-03-14Fix failing test in IE 10Shyam Seshadri
2013-02-18fix(ngClass): keep track of old ngClass value manuallyPer Rovegård
2013-02-18fix(compile): should not leak memory when there are top level empty text nodesPete Bacon Darwin
2013-02-14fix(a): workaround IE bug affecting mailto urlsIgor Minar
2013-01-18fix(ngSwitch): don't leak when destroyed while not attacheddanilsomsikov
2013-01-17fix(ngRepeat): correctly apply $last if repeating over objectPete Bacon Darwin
2012-12-05fix(select): support optgroup + select[multiple] combo_pants
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-10-31fix(select): select option with a label of 0 is not shownSudhir Jonathan
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(ngClassEven/Odd): filtering/ordering and repeaterpetrovalex
2012-09-06fix(ngClass): works with class interpolationMax Martinsson
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-13fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbolsBrian Ford
2012-08-13style(ngPluralizeSpec): fix indentationIgor 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-08feat($compile): simplify isolate scope bindingsMisko Hevery
2012-06-02doc(NgModelController) add example and $render documentationMisko Hevery
2012-06-01feat($route): rename template -> tempalteUrl and add support for inline templ...Misko Hevery
2012-06-01chore($route): rename eventsMisko Hevery
2012-06-01feat($route): resolve local route promisesMisko Hevery
2012-05-22fix(ngRepeat): expose $first, $middle and $last instead of $positionMax
2012-05-06fix(ngSrc,ngHref): binding should set element prop as well as attrIgor Minar
2012-05-06fix(ngModel): use keydown/change events on IE9 instead of inputIgor Minar
2012-05-02fix(select): don't interfere with selection if not databoundIgor Minar
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-04-20fix(select): properly handle empty & unknown options without ngOptionsIgor Minar
2012-04-20test(selectSpec): clean up and simplify specsIgor Minar
2012-04-20fix(script): Incorrectly reading script text on ieMisko Hevery
2012-04-11fix(input.radio): support 2-way binding in a repeaterVojta Jina
2012-04-11chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a moduleVojta Jina
2012-04-09chore(ngBind): remove obsolete testIgor Minar