Created
April 8, 2016 09:11
-
-
Save asduser/3ad17b17464afadbaace2de7f76a74d0 to your computer and use it in GitHub Desktop.
Often used "mock" data to work with Angularjs.
This file contains hidden or 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
| var users = [ | |
| {"FullName": "User one", "Email": "one@mail.com", "Phone": "1234567890", "Id": 1}, | |
| {"FullName": "User two", "Email": "two@mail.com", "Phone": "1234567890", "Id": 2}, | |
| {"FullName": "User three", "Email": "three@mail.com", "Phone": "1234567890", "Id": 15}, | |
| {"FullName": "User four", "Email": "three@mail.com", "Phone": "1234567890", "Id": 14}, | |
| {"FullName": "User five", "Email": "three@mail.com", "Phone": "1234567890", "Id": 12}, | |
| {"FullName": "User six", "Email": "three@mail.com", "Phone": "1234567890", "Id": 8}, | |
| {"FullName": "User seven", "Email": "three@mail.com", "Phone": "1234567890", "Id": 16}, | |
| {"FullName": "User eight", "Email": "nine@mail.com", "Phone": "1234567890", "Id": 9}, | |
| {"FullName": "User nine", "Email": "nine@mail.com", "Phone": "1234567890", "Id": 25}, | |
| {"FullName": "User ten", "Email": "ten@mail.com", "Phone": "999", "Id": 26}, | |
| {"FullName": "User eleven", "Email": "eleven@mail.com", "Phone": "1234567890", "Id": 27} | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment