diff options
| author | Misko Hevery | 2011-04-19 16:34:49 -0700 |
|---|---|---|
| committer | Misko Hevery | 2011-06-08 15:21:33 -0700 |
| commit | af285dd370aa1b6779bf67ac3bdc19da512aaac5 (patch) | |
| tree | 663140aa80b8ec312bdc0390f552d8c8f86a8dda /CHANGELOG.md | |
| parent | 89e001b18a4f6d18caea1e9a3d015639feb4f1ee (diff) | |
| download | angular.js-af285dd370aa1b6779bf67ac3bdc19da512aaac5.tar.bz2 | |
Added ng:options directive
Closes #301
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acb5832..83aaa8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,19 @@ ### New Features - Added prepend() to jqLite +- Added ng:options directive (http://docs.angularjs.org/#!angular.directive.ng:options) ### 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. +- Dynamic Iteration (ng:repeater) on <option> elements is no longer supported. Use ng:options + <a name="0.9.16"><a/> |
