diff options
| author | Misko Hevery | 2011-07-14 13:27:39 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2011-07-26 09:41:43 -0700 | 
| commit | 7802c90e139a36d37b9d3c8cd6b6fcfee042dd71 (patch) | |
| tree | 3dcdea5cfe93a80bc0d5dee68d45c87b4f7f8908 /CHANGELOG.md | |
| parent | c348f2cad6e2db0c3a37108eb34c8d62f2b7c718 (diff) | |
| download | angular.js-7802c90e139a36d37b9d3c8cd6b6fcfee042dd71.tar.bz2 | |
fix(directive): ng:options to support iterating over objects
Closes #448
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ac5c63..c3b9251b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@  ### Bug Fixes  - Issue #449: [ng:options] should support binding to a property of an item.  - Issue #464: [ng:options] incorrectly re-grew options on datasource change +- Issue #448: [ng:options] should support iterating over objects  ### Breaking changes  - no longer support MMMMM in filter.date as we need to follow UNICODE LOCALE DATA formats.  | 
