The Angular example is a bit incorrect... when you do an ng-repeat, you're going to do like ng-repeat="person in people" and then each template item will be like {{person.name}} as opposed to just {{name}}.
Just a little clarity in the code. Thanks for the writeup!
Just a little clarity in the code. Thanks for the writeup!