mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(changelog): clarified breaking changes for 0.10.6
This commit is contained in:
parent
efe33a5e21
commit
0470ff04b4
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@
|
|||
- currency filter doesn't make negative values red
|
||||
- json filter doesn't print out stuff in monospace
|
||||
- type augmentation via angular.Array, and angular.Object is gone. As a replacement use filters
|
||||
([filter], [limitTo], [orderBy]) or ES5 apis (e.g. Array#indexOf)
|
||||
([filter], [limitTo], [orderBy]), ES5 apis (e.g. Array#indexOf), or create custom filters (e.g.
|
||||
as a replacement for $count and $sum).
|
||||
- [$browser.defer.flush] now throws an exception when queue is empty
|
||||
([commit](https://github.com/angular/angular.js/commit/63cca9afbcf7a772086eb4582d2f409c39e0ed12))
|
||||
- scope.$apply and scope.$digest throws an exception if called while $apply or $digest is already
|
||||
|
|
|
|||
Loading…
Reference in a new issue