fix import

This commit is contained in:
Matias Alejo Garcia 2015-10-07 12:06:26 -03:00
commit e7683ba86f

View file

@ -174,14 +174,16 @@
</div> </div>
</form> </form>
<!-- <form name="importForm4" ng&#45;submit="import.importTrezor(importForm4)" novalidate> --> <form name="importForm4" ng-submit="import.importTrezor(importForm4)" novalidate>
<!-- <div class="large&#45;12 columns"> --> <div class="large-12 columns">
<!-- <button translate type="submit" class="button round expand black" --> <!-- ng-disabled="import.loading || import.ledger" -->
<!-- ng&#45;disabled="import.loading || import.ledger"> --> <button translate type="submit" class="button round expand black"
<!-- Import from TREZOR --> ng-disabled="true"
<!-- </button> --> >
<!-- </div> --> Import from TREZOR
<!-- </form> --> </button>
</div>
</form>
</div> </div>
</div> </div>