mgonto/restangular

remove() calls restangularize element on return

Opened this issue · 0 comments

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.