8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e143fc commit 47b14bfCopy full SHA for 47b14bf
docs/content/guide/migration.ngdoc
@@ -88,7 +88,8 @@ commits for more info.
88
89
- **jqLite** is more aligned to jQuery 3, which required the following changes
90
(see [details](guide/migration#migrate1.5to1.6-ng-misc-jqLite) below):
91
- - Keys passed to `.data()` and `.css()` are now camelCased in the same as jQuery does it.
+ - Keys passed to `.data()` and `.css()` are now camelCased in the same way as the jQuery methods
92
+ do.
93
- Setting boolean attributes to empty string no longer removes the attribute.
94
- Calling `.val()` on a multiple select will always return an array, even if no option is
95
selected.
0 commit comments