Skip to content

Instantly share code, notes, and snippets.

@hashg
hashg / gist:c9a5fcc9a85795b969c6
Last active August 29, 2015 14:06 — forked from marbemac/gist:06c5040e4d71694f07b3
Ember Data serializer example
// API return format is as so:
// {
// data: [
// {
// name: 'foo'
// },
// {
// name: 'bar'
// }
// ]
@hashg
hashg / index.html
Created November 20, 2013 01:33 — forked from bunkat/index.html
<!--
The MIT License (MIT)
Copyright (c) 2013 bill@bunkat.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is