-
Notifications
You must be signed in to change notification settings - Fork 27.4k
docs(guide/Migrating from Previous Versions): Add an issue with HTML … #12052
Conversation
…select tag and numeric values
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! From: googlebot [mailto:notifications@github.com] Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA). [:memo:]Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.
— |
CLAs look good, thanks! |
Thanks for the PR & for bringing this issue to our attention. I committed a little different version that explains possible workarounds. Keep up the good work! |
Thankx Narretz. This looks very good. Maybe it is just me, but I could not implement your second suggestion: "or implement a parser on ngModel that converts the option string value to a Number.". Could you please provide a sample. Thankx, Harry |
You are right, a parser alone doesn't work - you need a formatter, too: http://plnkr.co/edit/JZPay8jgm5AXKGXDCjSb |
Great - Thankx! |
…select tag and numeric values