作者:到几百元_309 | 来源:互联网 | 2023-09-23 08:17
IhavecreatedanapplicationinAngularJSwithedit,saveandcanceloptions,buttheproblemisth
I have created an application in AngularJS with edit, save and cancel options, but the problem is that when I click the edit I am not getting the value for editing and saving.
我在AngularJS中创建了一个带有编辑,保存和取消选项的应用程序,但问题是当我点击编辑时我没有得到编辑和保存的值。
The textfield and dropdowns are been provided through ng-transclude
通过ng-transclude提供了文本字段和下拉列表
Can anyone please tell me some solution for this
任何人都可以告诉我一些解决方案
DEMO
DEMO
HTML
HTML
Editors
Values
State: {{location.state}}
City: {{location.city}}
Neighbourhood: {{location.neighbourhood}}
3 个解决方案