Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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>
|