We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c53b3 commit 7fa6634Copy full SHA for 7fa6634
src/Angular.js
@@ -340,6 +340,7 @@ function setHashKey(obj, h) {
340
* Extends the destination object `dst` by copying own enumerable properties from the `src` object(s)
341
* to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so
342
* by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`.
343
+ * Note: Keep in mind that `angular.extend` does not support recursive merge (deep copy).
344
*
345
* @param {Object} dst Destination object.
346
* @param {...Object} src Source object(s).
0 commit comments