This commit is contained in:
manzerbredes 2016-03-09 15:33:52 +01:00
parent 3b569b6d00
commit 8ad216dedf
4 changed files with 32 additions and 3 deletions

View file

@ -6,5 +6,12 @@
<div ng-repeat="image in images">
{{image.name}}
</div>
<br />
<input name="myFile" type="file" />
<br />
<button type="button" ng-click="doUpload()" class="btn btn-primary">Upload</button>
</div>
</div>