bvaughn/angular-form-for

Formatting - Select-field

开放

#166 创建于 2015年10月6日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (51 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (423 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南