mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-15 16:20:51 +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>
|