diff options
| author | Misko Hevery | 2011-01-13 10:35:26 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-01-14 10:30:00 -0800 |
| commit | 347be5ae9aa6829427e1e8e1b1e58afdf2a36c0a (patch) | |
| tree | 3b350a12378c1ec63f60cce0fe674186d204726e /CHANGELOG.md | |
| parent | 934f44f69e94a77a3ea6c19dc5c6f82ade2cc669 (diff) | |
| download | angular.js-347be5ae9aa6829427e1e8e1b1e58afdf2a36c0a.tar.bz2 | |
fixed select with ng:format
select (one/multiple) could not chose from a list of objects, since DOM requires string ids.
Solved by adding index formatter, which exposed incorrect handling of formatters in select
widgets.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eda438e6..9600206b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # <angular/> 0.9.10 flea-whisperer (in-progress) # +### Bug Fixes +- html select (one/multiple) could not chose from a list of objects, since DOM requires string ids. # <angular/> 0.9.9 time-shift (2011-01-13) # @@ -99,9 +101,9 @@ - small docs improvements (mainly docs for the $resource service) ### Breaking changes -- Angular expressions in the view used to support regular expressions. This feature was rarely - used and added unnecessary complexity. It not a good idea to have regexps in the view anyway, - so we removed this support. If you had any regexp in your views, you will have to move them to +- Angular expressions in the view used to support regular expressions. This feature was rarely + used and added unnecessary complexity. It not a good idea to have regexps in the view anyway, + so we removed this support. If you had any regexp in your views, you will have to move them to your controllers. (commit e5e69d9b90850eb653883f52c76e28dd870ee067) @@ -120,7 +122,7 @@ - docs app UI polishing with dual scrolling and other improvements ### Bug Fixes -- `select` widget now behaves correctly when it's `option` items are created via `ng:repeat` +- `select` widget now behaves correctly when it's `option` items are created via `ng:repeat` (issue #170) - fix for async xhr cache issue #152 by adding `$browser.defer` and `$defer` service |
