bvaughn/angular-form-for

Formatting - Select-field

Offen

#166 geöffnet am 06.10.2015

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (51 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (423 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

It would be great if we could format the displayed field in a select field. Basic angular ng-options allows you to do this -- ng-options="type.id as (type.id + ' ' + type.someDesc) for type in vm.someList"> -- Forgive me if you can and I'm not seeing this. Also, being able to use filter options in a select would be awesome too, ie, order by, etc.

Contributor Guide