e5e284b80d
Serve ka.dy.fi in iframe as infoitem. Resolves #29.
11 lines
400 B
HTML
11 lines
400 B
HTML
<div ng-controller="infoadmin_coffeeitem_create" style="margin-top:20px;">
|
|
<div>
|
|
Create new item to show coffee website. 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>
|