aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
2013-08-20fix(ngTransclude): clear the translusion point before transcludingIgor Minar
2013-08-20fix(ngTransclude): make the transclusion available to parent post-linkIgor Minar
2013-08-19revert(ngInclude): remove ngInclude manual transclusion systemMatias Niemelä
2013-08-09fix(ngInclude): ensure ngInclude is terminal and uses its own manual transclu...Matias Niemelä
2013-08-09docs(ngModel): validators should return undefined for invalid values.Niall Smart
2013-08-08docs(ngModel): clarify docs for NgModelController#Igor Minar
2013-08-08docs(ngModel): add link to NgModelControllerIgor Minar
2013-08-07docs(minerr): fill in error message descriptionsKen Sheedlo
2013-08-07docs(ngClass): updated the example with string, map and array syntaxJamund Ferguson
2013-08-07feat(ngForm): Supports expression in form namesMatthew Windwer
2013-08-07fix(input): fix the email regex to accept TLDs up to 6 characters longneilmcgibbon
2013-08-03feat($compile): support compile animation hooks classesMatias Niemelä
2013-08-02fix(ngShowHide): change the .ng-hide CSS class to use an !important flagMatias Niemelä
2013-07-29chore(ngdocs): all animation-supported directives working with docs examples ...Matias Niemelä
2013-07-29fix(ngClass): ensure ngClass doesn't fire addClass or removeClass with an emp...Matias Niemelä
2013-07-26fix(ngInclude): $animate refactoring + use transclusionMatias Niemelä
2013-07-26chore($animate): replace show/hide with addClass/removeClassMatias Niemelä
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-07-26chore(ngdocs): replace showdown.js with marked.jsMatias Niemelä
2013-07-25feat(ngBindHtml, sce): combine ng-bind-html and ng-bind-html-unsafeChirayu Krishnappa
2013-07-25feat($sce): new $sce service for Strict Contextual Escaping.Chirayu Krishnappa
2013-07-24fix(select): don't support binding to select[multiple]Igor Minar
2013-07-24feat(ngRepeat): add $even and $odd props to iteratorP. Envall
2013-07-24fix(form): pick the right attribute name for ngFormPawel Kozlowski
2013-07-24fix(ngRepeat): handle iteration over identical obj valuesRory Douglas
2013-07-22fix($compile): always instantiate controllers in parent->child orderIgor Minar
2013-07-21docs(input): fix exampleJérémy
2013-07-21docs(ngRepeat): add example for filters in conjunction with `track by`Peter Fern
2013-07-18feat(directive): ng:focus, ng:blurAndreas Sander
2013-07-14feat(ngPluralize): add alternative mapping using attributesLucas Galfasó
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-10style(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-07-02fix(ngCloak): hide element even when CSS 'display' is setVineet Kumar
2013-06-27docs(ngBind): clarify some of the writingAndrew Peterson
2013-06-27docs(ngPluralize): improve wordingAndrew Peterson
2013-06-20docs(ngRepeat): fix typoJens Rantil
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-06-13docs(select): fix typos in ngOptionsMisha Moroshko
2013-06-13style(ngRepeat): fix typosJulien Bouquillon
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-11fix(ngRepeat): support growing over multi-element groupsMisko Hevery
2013-06-06feat(ngdocs): provide documentation for the new ngRepeat repeater syntaxMatias Niemelä