This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -396,8 +396,8 @@ function extend(dst) {
396
396
* sinceVersion="1.6.5"
397
397
* This function is deprecated, but will not be removed in the 1.x lifecycle.
398
398
* There are edge cases (see {@link angular.merge#known-issues known issues}) that are not
399
- * supported by this function. We suggest
400
- * using [lodash's merge()](https://lodash.com/docs/4.17.4#merge) instead .
399
+ * supported by this function. We suggest using another, similar library for all-purpose merging,
400
+ * such as [lodash's merge()](https://lodash.com/docs/4.17.4#merge).
401
401
*
402
402
* @knownIssue
403
403
* This is a list of (known) object types that are not handled correctly by this function:
@@ -406,6 +406,8 @@ function extend(dst) {
406
406
* - [`CanvasGradient`](https://developer.mozilla.org/docs/Web/API/CanvasGradient)
407
407
* - AngularJS {@link $rootScope.Scope scopes};
408
408
*
409
+ * `angular.merge` also does not support merging objects with circular references.
410
+ *
409
411
* @param {Object } dst Destination object.
410
412
* @param {...Object } src Source object(s).
411
413
* @returns {Object } Reference to `dst`.
You can’t perform that action at this time.
0 commit comments