I am trying to take a look at AngularJS, with a cf backend
I have the following code that pulls a regular cfquery called getIndex which pulls five rows of columns each (
ng-repeat can handle an array or an object. For an object, use the "(key, value)" syntax.
This won't solve your problem though, unless you reformat your data like so:
{ 'Yasteel':'Si', 'Kyleigh':'No', ... }
Then you can do this:
{{first}} - {{last}}