fixing release notes

This commit is contained in:
Igor Minar 2010-12-06 21:10:38 -08:00
parent 8aed2047f0
commit 6326e2028b

View file

@ -13,8 +13,8 @@
- 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` (issue
#170)
- `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
### Breaking Changes