diff options
| author | Igor Minar | 2011-01-04 10:40:34 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-01-04 18:03:55 -0800 | 
| commit | 1430c6d6b1f4edf11b1bd877e8907ac8ab0be923 (patch) | |
| tree | e91e2a87a3f2b9eeca3bbd0165318a00f3e3e6dd /CHANGELOG.md | |
| parent | 3ea5941f0e51c57f55071a85f2033c23c99847c0 (diff) | |
| download | angular.js-1430c6d6b1f4edf11b1bd877e8907ac8ab0be923.tar.bz2 | |
renaming service property $creation to $eager
see changelog diff for more info
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9d4fb5..12a37c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@    not needed.  ### Breaking changes - - Support for 'eager-published' services was removed. This change was done to make explicit + - Support for `eager-published` services was removed. This change was done to make explicit     dependency declaration always required in order to allow making relatively expensive services     lazily initialized (e.g. $cookie, $location), as well as remove 'magic' and reduce unnecessary     scope namespace pollution. @@ -34,6 +34,9 @@           this.$invalidWidgets = this.$inject('$invalidWidgets');         }, {$creation: 'eager'}); +- In the light of the `eager-published` change, to complete the cleanup we renamed `$creation` +  property of services to `eager` with its value being a boolean. +  To transition, please rename all `$creation: 'eager'` declarations to `$eager: true`  # <angular/> 0.9.8 astral-projection (2010-12-23) #  | 
