purecloudlabs / fixtable-angular

Angular wrapper for Fixtable grid
MIT License
3 stars 3 forks source link

Add support for Angular's ngRepeat fanciness #23

Open trezy opened 9 years ago

trezy commented 9 years ago

ngRepeat has several nifty little gidgets for determining first, middle, and last children, even and odd children, and child index. We should add support for these by either passing a callback to execute on certain children that meet these parameters or just by adding classes to them.