| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-02 | fix(ngShowHide): change the .ng-hide CSS class to use an !important flag | Matias Niemelä | |
| 2013-07-26 | feat(ngAnimate): complete rewrite of animations | Matias Niemelä | |
| - ngAnimate directive is gone and was replaced with class based animations/transitions - support for triggering animations on css class additions and removals - done callback was added to all animation apis - $animation and $animator where merged into a single $animate service with api: - $animate.enter(element, parent, after, done); - $animate.leave(element, done); - $animate.move(element, parent, after, done); - $animate.addClass(element, className, done); - $animate.removeClass(element, className, done); BREAKING CHANGE: too many things changed, we'll write up a separate doc with migration instructions | |||
| 2013-07-02 | fix(ngCloak): hide element even when CSS 'display' is set | Vineet Kumar | |
| Previously an element like <div class="foo ng-cloak">...</div> would still be annoyingly visible if it matched a CSS rule like .foo { display: inline-block; }, overriding ng-cloak's display: none. | |||
| 2012-01-25 | refactor(directives): connect new compiler | Misko Hevery | |
| - turn everything into a directive | |||
| 2011-11-14 | refactor(filter): filters are now injectable and services | Misko Hevery | |
| BREAK: - removed CSS support from filters | |||
| 2011-10-30 | fix(css): ng:form should always be a block element | Igor Minar | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-10-11 | refactor(bindings): remove the decoration of the DOM with errors. | Misko Hevery | |
| Only $exceptionHandler gets notified now. | |||
| 2011-10-11 | refactor(hover): delete hover service | Misko Hevery | |
| 2011-08-24 | feat(ng:cloak): add ng:cloak directive | Igor Minar | |
| 2010-11-16 | Changed error handling so that better stack traces are displayed in the ↵ | Misko Hevery | |
| ng-errors | |||
| 2010-10-18 | inline all images into css | Igor Minar | |
| * embedded images as data URIs * rake task to generate multipart js file with embeded images for IE * move images into a separate directory outside of src or css and keep them there for reference * clean up Rakefile and ruby code * .gitignore update * don't penalize IE 8+ with an extra request to the ie-compat.js file | |||
| 2010-02-12 | added asynchronous validator | Misko Hevery | |
| 2010-02-12 | added waiting indicator css/image | Misko Hevery | |
| 2010-01-18 | checkpoint for integration with angular | Misko Hevery | |
| 2010-01-12 | added css | Misko Hevery | |
