Skip to content

Instantly share code, notes, and snippets.

@rajputvai
Created April 21, 2015 12:59
Show Gist options
  • Save rajputvai/3b8a56f5205d0054734c to your computer and use it in GitHub Desktop.
Save rajputvai/3b8a56f5205d0054734c to your computer and use it in GitHub Desktop.
Arrey Object
$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