當單擊編輯按鈕時,我希望一個字段爲只讀,但單擊添加按鈕時可以輸入該值。我嘗試了ng-readonly角度,但目前爲止它還沒有工作。有什麼建議麼? HTML <tr ng-repeat="row in rowCollection">
<td><span editable-text="row.inputToken" e-name="inputToken" e-form=
我正在使用xeditable角度指令。您能告訴我如何使用2個取消按鈕嗎? B'cos我需要在其上實現2個功能。我的意思是cancel + my work 1和cancel + my work 2。提前致謝。 HTML <form editable-form name="tableform" onaftersave="saveTable()" oncancel="cancel()">
//UI