From 834d316829afdd0cc6a680f47d4c9b691edcc989 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 13 Jan 2014 16:31:26 -0800 Subject: docs(forEach): remove obsolte note --- src/Angular.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Angular.js b/src/Angular.js index f30e5a26..21ce1ff7 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -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`. *
      var values = {name: 'misko', gender: 'male'};
-- 
cgit v1.2.3