Skip to content

Instantly share code, notes, and snippets.

@cacciatc
Last active December 15, 2015 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cacciatc/5197244 to your computer and use it in GitHub Desktop.
Save cacciatc/5197244 to your computer and use it in GitHub Desktop.
Example players JSON stored in a scope.
$scope.players = {[
{ name:"Cabrera, Miguel", pos:"3B", team:"DET", slg:0.606, obp:0.393 },
{ name:"Braun, Ryan", pos:"OF", team:"MIL", slg:0.595, obp:0.391 }]};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment