12 lines
479 B
HTML
12 lines
479 B
HTML
<div ng-controller="infoadmin_coffeestatsitem_create" style="margin-top:20px;">
|
|
<div>
|
|
Create new item to show coffee statistics. Name is used only as identifier
|
|
</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>
|
|
<!--maybe later add option to choose data range, daily, monthly...etc.
|