11 lines
340 B
HTML
11 lines
340 B
HTML
<div ng-controller="infoadmin_apyitem_create" style="margin-top:20px;">
|
|
<div>
|
|
create apyitem
|
|
</div>
|
|
<div class="form-group">
|
|
<label>Name:</label>
|
|
<input type="text" ng-model="item.name"></input>
|
|
</div>
|
|
<input type="button" class="btn btn-success" ng-click="send()" value="create"></input>
|
|
</div>
|