| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-16 | chore(doc-gen): new docs | Peter Bacon Darwin | |
| chore(doc-gen): implement dgeni | |||
| 2014-01-28 | docs(cookbook): remove the cookbook docs | Julie | |
| The cookbook docs are now superceded by the guide. They are no longer available in any menus and the only way to find them is to search for them. Remove! Closes #5967 | |||
| 2013-12-13 | perf(jqLite): implement and use the `empty` method in place of `html(‘’)` | Michał Gołębiowski | |
| jQuery's elem.html('') is way slower than elem.empty(). As clearing element contents happens quite often in certain scenarios, switching to using .empty() provides a significant performance boost when using Angular with jQuery. Closes #4457 | |||
| 2013-10-04 | chore(docs): fix broken IE8 test due to sanitization bug | Matias Niemelä | |
| 2013-09-27 | feat(docs): linkify error messages on minErr docs pages | Ken Sheedlo | |
| 2013-08-25 | test(docs): disable brittle tests that need to be rewritten | Igor Minar | |
| 2013-08-23 | fix($animate): only execute a timeout when transitions or keyframe ↵ | Matias Niemelä | |
| animations are used ngAnimate causes a 1ms flicker on the screen when no CSS animations are present on the element. The solution is to change $animate to only use $timeouts when a duration is found on the element before the transition/keyframe animation takes over. Closes #3613 | |||
| 2013-08-23 | test(docs): ignore some of the specs on IE | Vojta Jina | |
| This target was never un on our Jenkins CI. Some of the specs are using animation stuff, that IE does not support, so I'm disabling them. | |||
| 2013-08-23 | chore(ngdocs): fix the version jumper | Matias Niemelä | |
| correct the ordering and make gen-docs prepare the list of versions during the build process | |||
| 2013-08-14 | test(docs): don't mock out window unnecessarily | Igor Minar | |
| 2013-08-14 | test(docs): add missing createMockWindow() | Vojta Jina | |
| Add missing angular.mock.createMockWindow (removed in 0dd062231a4d495133fd907eeae95c566380c6e1), that the docs tests were using. | |||
| 2013-08-01 | fix(docs): handle the empty string in errorDisplay | Ken Sheedlo | |
| 2013-07-26 | fix(ngAnimate): $timeout integration and cancel callbacks added | 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-07-24 | docs(minErr): Build minErr doc site | Ken Sheedlo | |
| 2013-07-15 | fix($animator): ensure animations are always disabled for an element that is ↵ | Matias Niemelä | |
| not attached to the DOM | |||
| 2013-06-18 | chore(ngdocs): provide test code for lunr search in docs | Matias Niemelä | |
| 2013-06-17 | feat(ngdocs): provide support for user to jump between different versions of ↵ | Matias Niemelä | |
| the angularjs documentation | |||
| 2013-06-17 | feat(ngdocs): support popover, foldouts and foldover annotations | Matias Niemelä | |
| 2013-05-20 | fix(ngdocs): provide test code for syntax links in docs and fix the syntax ↵ | Matias Niemelä | |
| directive for IE8 | |||
| 2013-05-20 | chore(ngdocs): move angular-bootstrap.js to be generated only inside the ↵ | Matias Niemelä | |
| docs and remove from the build process | |||
