mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-22 19:35:44 +01:00
6 lines
125 B
HTML
6 lines
125 B
HTML
<div>
|
|
<p>id: {{obj.id}}</p>
|
|
<input type="text" ng-model="obj.id"><br />
|
|
<input type="text" ng-model="obj.name"><br />
|
|
</div>
|