| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-21 | fix($compile): ensure CSS classes are added and removed only when necessary | Matias Niemelä | |
| When $compile interpolates a CSS class attribute expression it will do so by comparing the CSS class value already present on the element. This may lead to unexpected results when dealing with ngClass values being added and removed therefore it is best that both compile and ngClass delegate addClass/removeClass operations to the same block of code. | |||
| 2013-11-20 | fix(ngClass): ensure that ngClass only adds/removes the changed classes | Matias Niemelä | |
| ngClass works by removing all the former classes and then adding all the new classes to the element during each watch change operation. This may cause transition animations to never render. The ngClass directive will now only add and remove the classes that change during each watch operation. Closes #4960 Closes #4944 | |||
| 2013-10-30 | chore: move getBlockElements to Angular.js | Brian Ford | |
| 2013-10-22 | chore(grunt): add jshint tasks | Pete Bacon Darwin | |
