mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(forEach): remove obsolte note
This commit is contained in:
parent
c61be8d0e6
commit
834d316829
1 changed files with 0 additions and 2 deletions
|
|
@ -194,8 +194,6 @@ function isArrayLike(obj) {
|
|||
*
|
||||
* It is worth nothing that `.forEach` does not iterate over inherited properties because it filters
|
||||
* using the `hasOwnProperty` method.
|
||||
*
|
||||
* Note: this function was previously known as `angular.foreach`.
|
||||
*
|
||||
<pre>
|
||||
var values = {name: 'misko', gender: 'male'};
|
||||
|
|
|
|||
Loading…
Reference in a new issue