[NG] Select用法

<td>    <p editable-select="e.SectionSeq" e-name="SectionSeq" e-form="rowform"       e-ng-options="e.SectionSeq as e.SectionSeq for e in main.selectSectionSeq"       onbeforesave="checkCell($data,{required:true,min:0,max:20})">        <span ng-bind="e.SectionSeq|number:0"></span>    </p></td>

紅字是原始值

藍字是顯示值

留言