bvaughn/angular-form-for

Formatting - Select-field

Ouverte

#166 ouverte le 6 oct. 2015

 (2 commentaires) (0 réaction) (0 personne assignée)JavaScript (51 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (423 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur