This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -396,8 +396,8 @@ function extend(dst) {
396396* sinceVersion="1.6.5"
397397* This function is deprecated, but will not be removed in the 1.x lifecycle.
398398* 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).
401401*
402402* @knownIssue
403403* This is a list of (known) object types that are not handled correctly by this function:
@@ -406,6 +406,8 @@ function extend(dst) {
406406* - [`CanvasGradient`](https://developer.mozilla.org/docs/Web/API/CanvasGradient)
407407* - AngularJS {@link $rootScope.Scope scopes};
408408*
409+ * `angular.merge` also does not support merging objects with circular references.
410+ *
409411* @param {Object } dst Destination object.
410412* @param {...Object } src Source object(s).
411413* @returns {Object } Reference to `dst`.
You can’t perform that action at this time.
0 commit comments