Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created August 22, 2014 04:50
Show Gist options
  • Save gnschenker/36bd7da2173f5523aa3b to your computer and use it in GitHub Desktop.
Save gnschenker/36bd7da2173f5523aa3b to your computer and use it in GitHub Desktop.
17-grid-data.js
$scope.myData = [{name: "Moroni", age: 50},
{name: "Tiancum", age: 43},
{name: "Jacob", age: 27},
{name: "Nephi", age: 29},
{name: "Enos", age: 34}];
$scope.gridOptions = { data: 'myData' };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment