aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
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
2013-08-23fix($animate): skip ngAnimate animations if the provided element already has ...Matias Niemelä
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ä