aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
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
2013-11-04style: remove wsIgor Minar
2013-10-31fix(ngEventDirectives): parse expression only once during compile phase.Tobias Bosch
2013-10-30chore($compile): remove special case for ngIf and ngRepeatBrian Ford
2013-10-30chore: move getBlockElements to Angular.jsBrian Ford
2013-10-30fix(ngIf): ngIf removes elements dynamically added to itBrian Ford
2013-10-27docs(form): fix typoYuriy Bilogub
2013-10-26docs(ngForm): ensure correct attribute name in usage exampleDavid Bennett
2013-10-25docs(ngIf): fix typoBalázs Suhajda
2013-10-24docs(ngClass): fix typoSam Dornan
2013-10-24docs(ngModelController): $parent can help isolate scope directivesbasarat
2013-10-24docs(select): fix typowiebl
2013-10-24docs(ngBindHtml): add exampleNicolas Brugneaux
2013-10-24docs(ngNonBindable): fix punctuationDave Peticolas
2013-10-24docs(ngController): do not attach a controller twiceTyler McGinnis
2013-10-24fix(input): keep track of min/max attars on-the-flyDmitry Shirokov
2013-10-22style: make jshint happyVojta Jina
2013-10-22fix: don't inline css in csp mode.tigbro
2013-10-21docs(ngCsp): pretty-format docsIgor Minar
2013-10-18fix(csp): fix csp auto-detection and stylesheet injectionIgor Minar
2013-10-18docs: correct broken linksVojta Jina