diff options
| author | Misko Hevery | 2011-07-14 13:54:34 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2011-07-26 09:41:44 -0700 | 
| commit | 3237f8b9950ab0dbf3c80f6bef40217ea7cf96ae (patch) | |
| tree | c04e4c6ae97a2e6fbfd4b9e47c7ba993c3561afc /CHANGELOG.md | |
| parent | 7802c90e139a36d37b9d3c8cd6b6fcfee042dd71 (diff) | |
| download | angular.js-3237f8b9950ab0dbf3c80f6bef40217ea7cf96ae.tar.bz2 | |
fix(directive): ng:options to support ng:change
Closes #463
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 c3b9251b..2ef1b35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@  - 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 +- Issue #463: [ng:options] should support firing ng:change event  ### Breaking changes  - no longer support MMMMM in filter.date as we need to follow UNICODE LOCALE DATA formats.  | 
