refs #2596 drag and drop implementado #1119
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1119
Loading…
Reference in New Issue
No description provided.
Delete Branch "2596-arrastrar-ficheros"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ho veig be, pero mira si pots canviar el que he ficat.
@ -12,1 +10,3 @@
tabindex="0">
class="value"
ng-click="$ctrl.openFileSelector()"
tabindex="0">
Acò deuria d'anar tabulat una posició com estava.
@ -15,3 +15,3 @@
type="file"
accept="{{$ctrl.accept}}"
style="display: none;">
style="position: absolute; top: 0; opacity: 0;">
Per separar estil de estructura, millor ficar-ho en el fitxer css.
@ -7,1 +10,4 @@
position: absolute;
top: 0;
opacity: 0;
}
No gastes ids, son unics a nivell global de tota la web, pots ficar-ho dins de
.vn-input-file
amb un selectorinput[type=file]
he tingut que posar-li també el css al section perque sinó no m'ho agafava bé