We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e7473 commit 15149c1Copy full SHA for 15149c1
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