This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
Hello, I noticed a bug today. When I use the keyboard to change the selected option in a select element, the angular model is not updated.
This happens both when using arrow keys, and when using alpha keys (first letter of an option in the select element).
Here is a quick plunker to see what I am describing.
http://plnkr.co/edit/gWMxy0HbVhfhmV4jifUJ?p=preview
This works find in Chrome and Internet Explorer, but not in Firefox.
Thanks