From 9f7144b035800c6671a981ba7e5987aeb6c9e959 Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Mon, 21 Jan 2019 20:35:53 +0100 Subject: [PATCH] docs(angular.copy): fix list of unsupported types --- src/Angular.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index 164d15b886c4..3de7987ffe7a 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -812,10 +812,11 @@ function arrayRemove(array, value) { * `angular.copy`. Note that since this functions is used by the change detection code, this * means binding or watching objects of these types (or that include these types) might not work * correctly. - * - [`ImageData`](https://developer.mozilla.org/docs/Web/API/File) + * - [`File`](https://developer.mozilla.org/docs/Web/API/File) * - [`Map`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map) * - [`ImageData`](https://developer.mozilla.org/docs/Web/API/ImageData) * - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream) + * - [`Set`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set) * - [`WeakMap`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) * - ['getter'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get)/ * [`setter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set)`