aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
2014-01-07refactor(booleanAttrs, ngSwitch): use link function instead of compile functi...Gias Kay Lee
2014-01-06refactor(input): wrapped validation logic in helper functionBen Wiklund
2014-01-06docs(form): changed capitalization in CSS classes sectionjesse
2014-01-03docs(ngRepeat): add info about aliasing special properties of ngRepeatWojciech Krzystek
2014-01-02fix(ngRepeat): allow for more flexible coding style in ngRepeat expressionGias Kay Lee
2013-12-31fix(input): use apply on change event only when one isn't already in progressIgor Minar
2013-12-30fix(input): prevent double $digest when using jQuery trigger.Michał Gołębiowski
2013-12-19docs(ngCloak): style name is ng-cloak, not ngCloaksnicolai
2013-12-19docs(booleanAttrs): add @priority to all the boolean directivesMark Jones
2013-12-19docs(ngEventDirs): adding quick examples for new eventsJames Watling
2013-12-18docs(ngInit): fix typoJason Farnsworth
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-17docs(ngIf): remove invalid comment from CSSPete Bacon Darwin
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-12docs(ngSwitch): clarify that ngSwitch matches against string literalsPete Bacon Darwin
2013-12-09docs(input): remove redundant closing span tagmiknsh5
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-12-04docs(input): remove deprecated isolated scope pitfallJulien Bouquillon
2013-11-27docs(form): provide a list of Angular's built-in validation tokensBlaise Kal
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-20docs(booleanAtts): explain the motivation for boolean attributesgdennie
2013-11-20docs(ngRepeat): fix typoStéphane Reynaud
2013-11-20docs(ngPluralize): Fix missing space before parenthesesStéphane Reynaud
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
2013-11-14docs(ngClass): fix e2e test for examplePete Bacon Darwin
2013-11-14docs(NgModelController): document `$viewChangeListeners` propertyCaitlin Potter
2013-11-14docs(FormController): remove unnecessary parenthesisStéphane Reynaud
2013-11-14docs(ngClass): distinguish between CSS classes and scope propertiesPete Bacon Darwin
2013-11-14docs(NgModelController): clarify documentation of `$setViewValue`Mathis Hofer
2013-11-14docs(ngBindHtml): fix dependency for Plunker and JSFiddle in examplePete Bacon Darwin
2013-11-11fix(ngIf): don't create multiple elements when changing from a truthy to anot...Tobias Bosch
2013-11-06chore(docs): add -webkit-transition for ngClass exampleMatias Niemelä
2013-11-06docs(guide/overview): Refactor overview and mvc docsTobias Bosch
2013-11-06chore(docs): specify how ngClass deals with natural CSS transitionsMatias Niemelä
2013-11-06fix(ngInclude): only run anchorScroll after animation is donePete Bacon Darwin
2013-11-05chore(docs): refactor/improve new CSS transition code in examplesMatias Niemelä
2013-11-04docs(input): fix typoTim Graham
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