fix check/uncheck icon - show input file

This commit is contained in:
Javier 2016-08-19 10:08:52 -03:00
commit 1bcaffdfe2
4 changed files with 11 additions and 6 deletions

View file

@ -124,9 +124,9 @@
<div class="list">
<label class="item item-input item-stacked-label no-border" ng-show="!index.isSafari && !index.isCordova">
<label class="item item-input item-stacked-label no-border" ng-show="!isSafari && !isCordova">
<div class="input-label" translate>Choose a backup file from your computer</div>
<div >
<div>
<input type="file"
placeholder="{{'Select a backup file'|translate}}"
name="backupFile"