diff --git a/src/Angular.js b/src/Angular.js index 1b1d1b5eb0b7..947d2b7cb404 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -216,6 +216,8 @@ function isArrayLike(obj) { * * It is worth noting that `.forEach` does not iterate over inherited properties because it filters * using the `hasOwnProperty` method. + * + * Providing 'undefined' or 'null' values for `obj` will not invoke the `iterator` function and will return the value provided. * ```js var values = {name: 'misko', gender: 'male'};