aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
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
2013-09-25docs(ngShowHide): improve clarityDave Peticolas
2013-09-25fix(ngRepeat): correctly track elements even when the collection is initially...jankuca
2013-09-20fix(ng-bind-html): watch string value instead of wrapperChirayu Krishnappa
2013-09-20fix(ngInclude): don't break attribute bindings on ngInclude-ed elementBrian Ford
2013-09-20docs(ngClass): fix grammarDave Peticolas
2013-09-20docs(ngCloak): fix grammar, clarityDave Peticolas
2013-09-19docs(ngModelController): clarify issue with isolated scope directivePete Bacon Darwin
2013-09-19docs(input): fix spelling error and reword for clarityts-web
2013-09-19docs(ngForm): fix grammar and improve explanationDave Peticolas
2013-09-18docs(ngShowHide): fix typoRoberto Bonvallet
2013-09-17docs(input): clarify that `contenteditable` is an HTML5 attributeJames
2013-09-16doc(api): fix grammar in a directive descriptionDave Peticolas
2013-09-16docs(api): fix grammar in ngClick descriptionDave Peticolas
2013-09-13docs(ngSwitch): fix minor typoDaniel Tse
2013-09-13docs(ngController): rephrased the description for clarityDean Sofer
2013-09-13fix(ngOptions): ignore object properties which start with $Gowtam Lal
2013-09-11docs(ngModel): provide link for best practices.Paxton Hare
2013-09-11style(ngForm): simplify restrict difference between form and ngFormrodyhaddad
2013-09-11docs(ngChange): remove wrong @restrict and add missing @paramrodyhaddad
2013-09-11docs(ng.directives): add correct @restrict for all ng directivesrodyhaddad
2013-09-05docs(booleanAttrs): improve parameter docs for boolean attributesJames Daily
2013-08-29perf(ngBindHtml): watch the original value and sanitize laterChirayu Krishnappa