angular.js/docs/component-spec
Matias Niemelä 81923f1e41 feat(ngAnimate): complete rewrite of animations
- 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 23:49:54 -07:00
..
bootstrap chore(ngdocs): move angular-bootstrap.js to be generated only inside the docs and remove from the build process 2013-05-20 14:27:34 -07:00
annotationsSpec.js feat(ngAnimate): complete rewrite of animations 2013-07-26 23:49:54 -07:00
docsSearchSpec.js chore(ngdocs): provide test code for lunr search in docs 2013-06-18 09:37:29 -04:00
errorDisplaySpec.js docs(minErr): Build minErr doc site 2013-07-24 10:42:20 -07:00
NavigationCtrlSpec.js chore(ngdocs): provide test code for lunr search in docs 2013-06-18 09:37:29 -04:00
syntaxSpec.js fix(ngdocs): provide test code for syntax links in docs and fix the syntax directive for IE8 2013-05-20 14:33:11 -07:00
versionJumpSpec.js feat(ngdocs): provide support for user to jump between different versions of the angularjs documentation 2013-06-17 22:17:44 -07:00