bvaughn/angular-form-for

Formatting - Select-field

Aberta

#166 aberto em 6 de out. de 2015

 (2 comentários) (0 reação) (0 responsável)JavaScript (51 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (423 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador