Santiago Petrone
Santiago Petrone
I was expecting a better solution than copy/pasting this on every test file: `/*global bard $controller $httpBackend $q $rootScope */`
I don't think it's a good idea to let hydrators be aware of URLs parameters. Also, how could I use the default strategies from DoctrineModule and specify whether I want...
An alternative with a custom hydrator could be: ``` PATCH /Album/:album_id { "artist":[ { "add":[ { "id":123 }, { "id":456 } ] }, { "remove":[ { "id":789 } ] }...