可编辑的形式与angularjs

时间:2016-03-02 10:22:32

标签: javascript html angularjs

我有一个可编辑的表enter image description here它工作正常,但我必须隐藏可编辑的行并显示按钮单击 例如。我怎么能这样做?

<td contenteditable='true'>
                        <label class="text">
                              <input type="text" ng-model="medication.description" ng-change="editMedication(medication)"/>
                            {{medication.description}}
                        </td>
                        <td>
                            <label for="edit">
                                <input type="button" id = "edit" ng-model="medication" ng-change="editMedication(medication)" >
                            </label>
                        </td>
                      </tr>
                </table>

1 个答案:

答案 0 :(得分:0)

您应该使用angular-xeditable,使用此功能,您可以创建表格Editable columnEditable rowEditable table