You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- <div layout="column" layout-fill layout-align="top center">
-
- <h1>Upload</h1>
- <div image-dropzone="fileDropped(content, file)" class="dropzone">
- <img ng-show="image != null" ng-src="{{ image.content | toDataUrl }}">
- <p ng-hide="image != null">
- Drag a file here
- </p>
- </div>
- </div>
|