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

Commit 0470ff0

Browse files
committed
docs(changelog): clarified breaking changes for 0.10.6
1 parent efe33a5 commit 0470ff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
- currency filter doesn't make negative values red
7474
- json filter doesn't print out stuff in monospace
7575
- type augmentation via angular.Array, and angular.Object is gone. As a replacement use filters
76-
([filter], [limitTo], [orderBy]) or ES5 apis (e.g. Array#indexOf)
76+
([filter], [limitTo], [orderBy]), ES5 apis (e.g. Array#indexOf), or create custom filters (e.g.
77+
as a replacement for $count and $sum).
7778
- [$browser.defer.flush] now throws an exception when queue is empty
7879
([commit](https://github.com/angular/angular.js/commit/63cca9afbcf7a772086eb4582d2f409c39e0ed12))
7980
- scope.$apply and scope.$digest throws an exception if called while $apply or $digest is already

0 commit comments

Comments
 (0)