I don't seem to be able to get angularjs ng-animate on move to work and there also don't appear to be any examples in the wild. Take for example the demo fiddle: http://jsfiddle.net/yfajy/
Adding move instructions to the css like the following doesn't create any animation effect when filtering the list:
.example-repeat-move-setup { opacity:1;
color:red }
.example-repeat-move-setup.example-repeat-move-start { opacity:1;
color:black;}
Can someone post a working example?