Skip to content

Instantly share code, notes, and snippets.

@nakaearth
Last active December 30, 2015 18:38
Show Gist options
  • Save nakaearth/7868380 to your computer and use it in GitHub Desktop.
Save nakaearth/7868380 to your computer and use it in GitHub Desktop.
var testCtrl = function($scope) {
$scope.users = [
{"name": "nakamura", "point": "10"},
{"name": "hoge", "point": "20"},
{"name": "ugaugo", "point": "200"},
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment