拷贝元素
Before modifying an object, we sometimes want to copy it and then modify the copied object. We can't use angular.copy
for this because it'll not change the this
binded in the functions we add to the object. In this cases, you must use Restangular.copy(fromElement)
.