Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
123456789101112 |
- <div layout="column" layout-fill layout-align="top center">
-
- <h1>Upload</h1>
- <div image-dropzone="fileLoaded(content, file)" class="dropzone">
- <img ng-show="image != null" ng-src="{{ image.content | toDataUrl }}">
- <p ng-hide="image != null">
- Drag a file here or <a href="" ng-click="pickFile()">pick one</a>
- </p>
- </div>
- <button type="button" ng-click="test()" >Test.</button>
- <input type="file" class="hidden-input" id="filePicker">
- </div>
|