diff options
| author | Misko Hevery | 2011-02-16 11:53:11 -0500 |
|---|---|---|
| committer | Misko Hevery | 2011-02-25 09:23:30 -0800 |
| commit | 9e67da420b60a417204ab53e8a16aa291f2b1ca0 (patch) | |
| tree | 895790e2d46c966445df1e4985ed6a207961d1fd /CHANGELOG.md | |
| parent | 5fc2b96b97a99286fb5734abef86dde16aeb3e55 (diff) | |
| download | angular.js-9e67da420b60a417204ab53e8a16aa291f2b1ca0.tar.bz2 | |
Corrected an issue where properties inherited from __proto__ show up in ng:repeat.
Closses #112
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac2fecd..2548c831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ - Change API angular.compile(..) to angular.compile(element)([scope], [cloneAttachFn]) - remove ng:watch directives since it encourages logic in the UI. +### Bug Fixes +- Corrected an issue where properties inherited from __proto__ show up in ng:repeat. + <a name="0.9.11"><a/> # <angular/> 0.9.11 snow-maker (2011-02-08) # |
