Skip to content

Instantly share code, notes, and snippets.

@teerasej
Created June 15, 2016 02:29
Show Gist options
  • Save teerasej/8e70e8a5cce43e266ead03b1861efd5f to your computer and use it in GitHub Desktop.
Save teerasej/8e70e8a5cce43e266ead03b1861efd5f to your computer and use it in GitHub Desktop.
Sample array with objects
$scope.profiles = [{
id: '1',
firstname: 'ณเดชน์',
lastname: 'คูกิมิยะ',
nickname: 'ณเดชน์'
}, {
id: '2',
firstname: 'เจษฎาภรณ์',
lastname: 'ผลดี',
nickname: 'ติ๊ก'
}, {
id: '3',
firstname: 'สุธีวัน',
lastname: 'ทวีสิน',
nickname: 'ใบเตย'
}, {
id: '4',
firstname: 'อุรัสยา',
lastname: 'เสปอร์บันด์',
nickname: 'ญาญ่า'
}, {
id: '5',
firstname: 'พัชราภา',
lastname: 'ไชยเชื้อ',
nickname: 'อั้ม'
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment