Cafe Townsend example updated for using ngAnimate directive
Posted on April 7, 2013
These days the team of AngularJS introduces the new ngAnimate
directive to support CSS3 Animations.
After reading the fantastic overview "Animation in AngularJS" by Matias Niemelä
it took me just few minutes to implement ngAnimate
into Cafe Townsend. And it was just fun, because ngAnimate
directive is really easy to use.
To get a feeling about the animations just check out the following short video on YouTube:
P.S. You will find the update of 'Cafe Townsend' on its Github repository.
-Jens