Methods
-
merge(dst, src)
-
Extends the destination object
dst
by copying all of the properties from thesrc
object(s) todst
if thedst
object has no own property of the same name. You can specify multiplesrc
objects.Parameters:
Name Type Description dst
Object Destination object.
src
Object Source object(s).
- Source:
- common.js, line 27
- See:
-
- angular.extend