This commit is contained in:
parent
aaaa73644d
commit
e1eeb81696
|
@ -7,14 +7,14 @@
|
|||
<div class="fix prefix"></div>
|
||||
<div class="control">
|
||||
<section
|
||||
class="value"
|
||||
ng-click="$ctrl.openFileSelector()"
|
||||
tabindex="0">
|
||||
class="value"
|
||||
ng-click="$ctrl.openFileSelector()"
|
||||
tabindex="0">
|
||||
</section>
|
||||
<input
|
||||
id="input"
|
||||
type="file"
|
||||
accept="{{$ctrl.accept}}"
|
||||
style="position: absolute; top: 0; opacity: 0;">
|
||||
accept="{{$ctrl.accept}}">
|
||||
</input>
|
||||
</div>
|
||||
<div class="fix suffix"></div>
|
||||
|
|
|
@ -4,4 +4,10 @@
|
|||
.value {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
#input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
opacity: 0;
|
||||
}
|
Loading…
Reference in New Issue