Created
September 25, 2012 21:46
-
-
Save lucasjans/3784662 to your computer and use it in GitHub Desktop.
What's the best way to group my data with handlebars/ember?
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
[{ | |
"TriggerPointId": 1005, | |
"AgencyLocationId": 339, | |
"TriggerName": "Lost Client", | |
"SequenceId": 79, | |
"AddRemove": false, | |
"SortOrder": 100, | |
"IsDeleted": false, | |
"CreatedBy": 20, | |
"CreatedOn": "\/Date(-62135568000000)\/", | |
"EditedBy": 1, | |
"EditedOn": "\/Date(1344622487153)\/" | |
}, { | |
"TriggerPointId": 1025, | |
"AgencyLocationId": 339, | |
"TriggerName": "New Client", | |
"SequenceId": 107, | |
"AddRemove": true, | |
"SortOrder": 100, | |
"IsDeleted": false, | |
"CreatedBy": 1, | |
"CreatedOn": "\/Date(-62135568000000)\/", | |
"EditedBy": 1, | |
"EditedOn": "\/Date(1344640383683)\/" | |
}] |
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
http://cl.ly/image/282z3R0j2l1s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment