Files
web2.0-backend/infoscreen/static/infoscreen/html/apy_create.html
T
2018-01-28 20:23:56 +02:00

11 lines
378 B
HTML

<div ng-controller="infoadmin_apyitem_create" style="margin-top:20px;">
<div>
Create new ÄPY statistics item
</div>
<div class="form-group">
<label>Name:</label>
<input class="form-control" type="text" ng-model="item.name"></input>
</div>
<input type="button" class="btn btn-success" ng-click="send()" value="create"></input>
</div>