Folks!
How can I get the divs created using ng-repeat to slide down..I mean grow in size ON LOAD.
ng-repeat
I want to achieve this using ng-animate
ng-animate
In order to show ng-repeat animation on page load, the target array has to be initially empty. Then assigned with values.
Try this http://plnkr.co/edit/mRZFFX?p=preview
This demo used $timeout to set friends value in a later time so the enter animation can be triggered.
$timeout
friends