Created
April 21, 2015 12:59
-
-
Save rajputvai/3b8a56f5205d0054734c to your computer and use it in GitHub Desktop.
Arrey Object
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
| $scope.masters = | |
| 'status': 0 | |
| 'masters': [ | |
| { | |
| 'date': '2015-01-01' | |
| 'daypart': 'Morning' | |
| 'signature': 'HULZT_25_030' | |
| 'duration': 30 | |
| 'spot_count': 2 | |
| } | |
| { | |
| 'date': '2015-01-01' | |
| 'daypart': 'Afternoon' | |
| 'signature': 'HULZT_25_015' | |
| 'duration': 15 | |
| 'spot_count': 3 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment