sori pojat...

This commit is contained in:
okalintu
2016-09-26 20:20:31 +03:00
parent 203f5e1b8d
commit 08f85d4211
24 changed files with 10619 additions and 21 deletions
@@ -0,0 +1,10 @@
<div ng-controller="infoadmin_image_create" style="margin-top:20px;">
<div class="form-group">
<label>Name:</label>
<input type="text" ng-model="item.name"></input>
</div>
<div class="form-group">
<input type="file" ngf-select ng-model="img" name="file" required>
</div>
<input type="button" class="btn btn-success" ng-click="send(img);" value="create"></input>
</div>