Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
doc:changelog: small changelog fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Jul 2, 2011
1 parent 30bd04f commit 35f9f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 35f9f52

Please sign in to comment.