diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 333b153a..25bffca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ### Bug Fixes - Number filter would return incorrect value when fractional part had leading zeros. +### Breaking changes +- $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. + <a name="0.9.16"><a/> # <angular/> 0.9.16 weather-control (2011-06-07) # @@ -526,4 +531,4 @@ with the `$route` service [guide.di]: http://docs.angularjs.org/#!/guide/dev_guide.di [downloading]: http://docs.angularjs.org/#!/misc/downloading [contribute]: http://docs.angularjs.org/#!/misc/contribute -[Jstd Scenario Adapter]: https://github.com/angular/angular.js/blob/master/src/jstd-scenario-adapter/Adapter.js
\ No newline at end of file +[Jstd Scenario Adapter]: https://github.com/angular/angular.js/blob/master/src/jstd-scenario-adapter/Adapter.js |
