This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ng:options directive #301
Closed
Description
This code is broken:
{{value}}
It never quite does the right thing and it is a bit slow
It should be
corner cases to think about
- What do you show when selection='X' and there is not 'X' in values?
- I think we should create an extra blank option
- should the option stay there. In other words can the user choose it?
- Can we remove ng:format="index" I don't think it is needed