| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-09 | chore(ngMobile): rename module ngTouch and file to angular-touch.js | Brian Ford | |
| BREAKING CHANGE: since all the code in the ngMobile module is touch related, we are renaming the module to ngTouch. To migrate, please replace all references to "ngMobile" with "ngTouch" and "angular-mobile.js" to "angular-touch.js". Closes #3526 | |||
| 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-28 | test(docs): fix invalid paths | Vojta Jina | |
| 2013-06-28 | chore: set up Sauce Labs with Travis | Vojta Jina | |
| This should not affect the Jenkins build at all. Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any browser/platform that Sauce Labs offers. | |||
| 2013-06-28 | chore: update karma to 0.9.4 | Vojta Jina | |
| And also add shared config to make karma configs a bit simpler. | |||
| 2013-06-17 | feat(ngdocs): provide support for user to jump between different versions of ↵ | Matias Niemelä | |
| the angularjs documentation | |||
| 2013-06-10 | chore(ngdocs): add angular-route.js to karma docs suite | Matias Niemelä | |
| 2013-06-06 | chore(ngdocs): expose showdown.js to docs pages and docs testing suite | Matias Niemelä | |
| 2013-06-06 | chore(ngdocs): setup karma-docs testing suite to test docs components | Matias Niemelä | |
