This example uses Angular's
ng-repeat directive
and prints out some extra variables that
ng-repeat provides.
[[note.label]]
Index of Element: [[$index]]
At Even Position: [[$even]]
At Odd Position: [[$odd]]
First Element: [[$first]]
Middle Element: [[$middle]]
Last Element: [[$last]]
Made with by charlesreid1.