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 4652128 commit c61be8dCopy full SHA for c61be8d
src/Angular.js
@@ -192,6 +192,9 @@ function isArrayLike(obj) {
192
* is the value of an object property or an array element and `key` is the object property key or
193
* array element index. Specifying a `context` for the function is optional.
194
*
195
+ * It is worth nothing that `.forEach` does not iterate over inherited properties because it filters
196
+ * using the `hasOwnProperty` method.
197
+ *
198
* Note: this function was previously known as `angular.foreach`.
199
200
<pre>
0 commit comments