We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ebca commit 0e7248cCopy full SHA for 0e7248c
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