fast-clone icon indicating copy to clipboard operation
fast-clone copied to clipboard

Ability to exclude specific properties

Open codeandcats opened this issue 9 years ago • 0 comments

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.

codeandcats avatar Dec 01 '16 03:12 codeandcats