what a $resource call looks like
March 27, 2015
Because I can never keep this straight, this is what a $resource call looks like:
// Resource = $resource(...)
// i.e., a POST:
new Resource(payload).$save(URLparameters);
Hey, I'm Ian. I build websites and write about what I learn as I go. Follow me on Twitter.