restangular
restangular copied to clipboard
remove() calls restangularize element on return
Calling remove on an element leads to restangularizing the returned element. this leads to unnecessary db calls if children are added through extendModel
there should really be no need to call restangularizeElement on a delete call.