-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Conversation
CLAs look good, thanks! |
c3ee993
to
28728a9
Compare
Actually this is a bad bit of code in @cironunes - perhaps you could provide a fix for ngAria instead of this PR? |
convert dash-separated strings to camelCase
remove the camelCase function from jqLite and use the one from the public API
remove the camelCase function and use the one from the public API
@petebacondarwin - I got it. But, don't you think that this camelCase method be public? Or at least moved from jqLite? I'm going to work in the fix for ngAria them. Thanks for the feedback. |
@petebacondarwin: Do we want to document |
+1 @gkalpak |
Here it is #10345 |
Instead of two
camelCase
methods (one for jqLite and other for ngAria) I'm suggesting to make thecamelcase
method public so that we can don't repeat ourselves.