We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ae397 commit adb5e1cCopy full SHA for adb5e1c
src/ng/filter/filter.js
@@ -9,6 +9,9 @@
9
* Selects a subset of items from `array` and returns it as a new array.
10
*
11
* @param {Array} array The source array.
12
+ * <div class="alert alert-info">
13
+ * **Note**: If the array contains objects that reference themselves, filtering is not possible.
14
+ * </div>
15
* @param {string|Object|function()} expression The predicate to be used for selecting items from
16
* `array`.
17
0 commit comments