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

Commit 35f9f52

Browse files
committed
doc:changelog: small changelog fixes
1 parent 30bd04f commit 35f9f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- $service now has $service.invoke for method injection ($service(self, fn) no longer works)
3232
- injection name inference no longer supports method curry and linking functions. Both must be
3333
explicitly specified using $inject property.
34-
- Dynamic iteration (ng:repeat) on <option> elements is no longer supported. Use ng:options
34+
- Dynamic iteration (ng:repeat) on `<option>` elements is no longer supported. Use ng:options
3535
- Removal of index formatter (`ng:format="index"`) since its only use was with repeated `<options>`
3636
(see above).
3737
- Calling [$orderBy] without a predicate now returns the original unsorted array, instead of
@@ -80,7 +80,7 @@
8080
### Bug Fixes
8181
- reverted [ng:view] sync cache fix due to regression in the order of initialization of parent
8282
and child controllers. (commits 9bd2c396 and 3d388498)
83-
- [$resource] success callback is now executed whenever the http status code is <200,300>
83+
- [$resource] success callback is now executed whenever the http status code is `<200,300>`
8484

8585

8686
### Docs

0 commit comments

Comments
 (0)