Created
August 22, 2014 04:50
-
-
Save gnschenker/36bd7da2173f5523aa3b to your computer and use it in GitHub Desktop.
17-grid-data.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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