aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-07-02 08:44:50 -0700
committerIgor Minar2011-07-02 08:44:50 -0700
commit35f9f527d3c95fcababd84f925d9f3cfaac2fbed (patch)
treedcc375b619b5c157eb37c5b22b410de897c48e6e
parent30bd04feaa057c77fef031697b82721a7feb2c74 (diff)
downloadangular.js-35f9f527d3c95fcababd84f925d9f3cfaac2fbed.tar.bz2
doc:changelog: small changelog fixes
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa0620c1..45428ad4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,7 +31,7 @@
- $service now has $service.invoke for method injection ($service(self, fn) no longer works)
- injection name inference no longer supports method curry and linking functions. Both must be
explicitly specified using $inject property.
-- Dynamic iteration (ng:repeat) on <option> elements is no longer supported. Use ng:options
+- Dynamic iteration (ng:repeat) on `<option>` elements is no longer supported. Use ng:options
- Removal of index formatter (`ng:format="index"`) since its only use was with repeated `<options>`
(see above).
- Calling [$orderBy] without a predicate now returns the original unsorted array, instead of
@@ -80,7 +80,7 @@
### Bug Fixes
- reverted [ng:view] sync cache fix due to regression in the order of initialization of parent
and child controllers. (commits 9bd2c396 and 3d388498)
-- [$resource] success callback is now executed whenever the http status code is <200,300>
+- [$resource] success callback is now executed whenever the http status code is `<200,300>`
### Docs