aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
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
2013-10-14docs: add missing priority documentation for structural directivesIgor Minar
2013-10-14docs(ngInit): fix typoTyler McGinnis
2013-10-14docs(ngNonBindable): improve descriptionPete Bacon Darwin
2013-10-14docs(booleanAttrs): improve grammar and clarityDave Peticolas
2013-10-11fix(directives): correct priority of structural directivesIgor Minar
2013-10-11style: strip white space from filesIgor Minar
2013-10-10docs(ngInit): add note on best practicesBrian Ford
2013-10-09feat(ngRepeat): use block separator commentsjankuca
2013-10-07fix(input): `false` is no longer an empty value by defaultPete Bacon Darwin
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-10-07style(select): fix semicolons and varsPeter Bacon Darwin
2013-10-07docs(ngModel): fix grammar and improve clarityDave Peticolas
2013-10-07docs(ngValue): add docs for ngValue directiveBrian Ford
2013-10-05docs(a): change model.$save() into something less deceptiveMichiel Staessen
2013-10-05docs(ngList): improve grammar and clarityDave Peticolas
2013-10-03fix($compile): fix (reverse) directive postLink fn execution orderIgor Minar
2013-10-03docs(ngInclude): clarity, formattingDave Peticolas
2013-10-03docs(ngClass): clarify the descriptionDave Peticolas
2013-10-03docs(select): clarify usagegdennie
2013-10-01refactor(select): simplify the ngOptions regular expressionStefan hr Berder
2013-09-30fix(ngTransclude): detect ngTranslude usage without a transclusion directivejankuca
2013-09-27docs(ngIf): formatting, clarityDave Peticolas
2013-09-27docs(ngController): fix grammarDave Peticolas
2013-09-27docs(ngCsp): fix grammarDave Peticolas
2013-09-27docs(dblClick): fix grammarDave Peticolas
2013-09-27docs(ngDisabled): clarifyDave Peticolas
2013-09-26feat(ngEventDirectives): add `ngCopy`, `ngCut`, and `ngPaste`Ben McCann
2013-09-25docs(ngHref): fix formatting and clarifyDave Peticolas