| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-16 | chore(doc-gen): new docs | Peter Bacon Darwin | |
| chore(doc-gen): implement dgeni | |||
| 2013-11-11 | fix(angular-bootstrap): make IE8 happy | Peter Bacon Darwin | |
| 2013-11-06 | docs(guide/providers): add providers documentation | Brian Ford | |
| 2013-10-23 | feat(docs): provide index pages for each angular module | Matias Niemelä | |
| 2013-07-26 | chore($animate): replace show/hide with addClass/removeClass | 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-26 | chore(ngdocs): replace showdown.js with marked.js | Matias Niemelä | |
| 2013-06-19 | feat(jqLite): switch bind/unbind to more recent jQuery on/off | Michał Gołębiowski | |
| jQuery switched to a completely new event binding implementation as of 1.7.0, centering around on/off methods instead of previous bind/unbind. This patch makes jqLite match this implementation while still supporting previous bind/unbind methods. | |||
| 2013-06-17 | feat(ngdocs): support popover, foldouts and foldover annotations | Matias Niemelä | |
| 2013-06-06 | chore(ngdocs): setup bower as the package manager for the docs pages | Matias Niemelä | |
