fast-clone
fast-clone copied to clipboard
Ability to exclude specific properties
So you could for example, exclude all the properties starting with $ from being cloned.
Angular likes to attach extra '$...' properties to scoped objects, and although there exists angular.copy for cloning objects without the $ props, fast-clone is faster and can be used both on server and client. So would be handy to have.