aboutsummaryrefslogtreecommitdiffstats
path: root/src/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-22fix($compile): always instantiate controllers in parent->child orderIgor Minar
2013-07-21docs(input): fix exampleJérémy
2013-07-21docs(ngController): remove obsolete mention of scope as `this` in controllerVineet Kumar
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-11docs(ngList): fix example and add e2e testIgor Minar
2013-07-11style(input): remove wsIgor Minar
2013-07-08docs(ngModelController): provide a more intuitive examplePete Bacon Darwin
2013-07-04docs(input): ng-model doesn't work well with isolated scope directivebasarat
2013-06-27docs(ngBind): clarify some of the writingAndrew Peterson
2013-06-27docs(ngPluralize): improve wordingAndrew Peterson
2013-06-13docs(select): fix typos in ngOptionsMisha Moroshko
2013-06-12docs(FormController): add methods for FormControllerDean Sofer
2013-06-12docs(ngModelController): improve $parsers/$formatters with exampleDean Peterson
2013-06-12docs(ngClass): fix minor typo.Ore Landau
2013-06-11docs(ngSubmit): clarify that there must be no `action` attributePete Bacon Darwin
2013-06-04docs(ngTransclude): fix outdated scope definition in exampleMarcin Wosinek
2013-06-04docs(ngClass): clarify the use of object mapLuc Morin
2013-06-04docs(input): provide explanation of how ngModel will affect the local scopeLuc Morin
2013-05-18doc(ngModel): $setViewValue calls all parsers, not formattersJoakim Blomskøld
2013-05-16docs(ngCsp): add more informative detailsDean Sofer
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-05-07doc(input): fix small typo in code exampleHamish Macpherson
2013-04-29refact(ngClass): improve performance through bitwise operationsRobin Böhm
2013-04-19docs(input): fix typo on max attributeleesei
2013-04-19docs(select): fix attribute documentationShyam Seshadri
2013-04-19docs(ngBind): fix typoMichal Reichert
2013-04-17fix(ngModel): use paste/cut events in IE to support context menuMark Dalgleish
2013-04-17doc(ngClassEven): make consistent with ngClassOddes128
2013-04-16fix(ngClass): should remove classes when object is the same but property has ...Pete Bacon Darwin
2013-04-13docs(ngController): fix docs link to api/ng.$routebrandonjp
2013-04-04refactor(ngRepeat): make use of declared variableMark Chapman
2013-04-01docs(ngSwitch): improve the @usage exampleIgor Minar
2013-03-20chore(select): Fix ngOptions regexp capture comment.Arlen Christian Mart Cuss
2013-03-08docs(ngCloak): update the CSS rule with data-ng-cloakChristian Vuerings
2013-02-20fix($compile): sanitize values bound to a[href]Igor Minar
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-02-14fix(ngSwitch): make ngSwitch compatible with controller BC moduledeboer
2013-02-04docs(ngClass): fix typo in descriptionPowerKiKi
2013-01-26docs(a): escape sample code in ng a directiveFred Sauer
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
2013-01-08revert: fix(a): prevent Opera from incorrectly navigating on link clickIgor Minar
2013-01-04docs(form): minor form doc and example fixesJonathan Card
2012-12-18docs(ngView): fix code example (change template to templateUrl)Pawel Kozlowski