aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2010-12-06 21:10:38 -0800
committerIgor Minar2010-12-06 21:10:38 -0800
commit6326e2028b503db662a0679c747e59831ae66ff5 (patch)
tree2f615960044baf6976398955510023cd223d20aa
parent8aed2047f025cf1a2e5e47e5ca08ca2b1b9bc393 (diff)
downloadangular.js-6326e2028b503db662a0679c747e59831ae66ff5.tar.bz2
fixing release notes
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5167308c..26c32253 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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