mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-25 04:40:52 +01:00
6 lines
128 B
HTML
6 lines
128 B
HTML
<div>
|
|
<p>id: {{item.id}}</p>
|
|
<input type="text" ng-model="item.id"><br />
|
|
<input type="text" ng-model="item.name"><br />
|
|
</div>
|