aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngIf.js
AgeCommit message (Expand)Author
2014-02-16docs(examples): fix example dependenciesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): let markdown deal with extenal linksPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2013-12-17docs(ngIf): remove invalid comment from CSSPete Bacon Darwin
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
2013-11-11fix(ngIf): don't create multiple elements when changing from a truthy to anot...Tobias Bosch
2013-11-05chore(docs): refactor/improve new CSS transition code in examplesMatias Niemelä
2013-11-04fix(ngIf): destroy child scope when destroying DOMIgor Minar
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-25docs(ngIf): fix typoBalázs Suhajda
2013-10-22style: make jshint happyVojta Jina
2013-10-14docs: add missing priority documentation for structural directivesIgor Minar
2013-10-11fix(directives): correct priority of structural directivesIgor Minar
2013-10-11style: strip white space from filesIgor Minar
2013-09-27docs(ngIf): formatting, clarityDave Peticolas
2013-07-29chore(ngdocs): all animation-supported directives working with docs examples ...Matias Niemelä
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-05-13docs(animation): fix code example to work with most recent ngAnimateMatias Niemelä
2013-05-08chore(ngIf): Add animation code to ngIf example and docs text to ngAnimate docsMatias Niemelä
2013-04-19feat(ngIf): add directive to remove and recreate DOM elementsOren Avissar