Merge pull request #5929 from cmgustavo/bug/angular-ion-toggle-error

Fix ionic-toggle error
This commit is contained in:
Gabriel Edgardo Bazán 2017-04-24 16:04:12 +02:00 committed by GitHub
commit 38f4c23aa9
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@
<input type="text" ng-model="formData.bwsurl">
</label>
<ion-toggle ng-model="formData.testnetEnabled" ng-change="setDerivationPath()" toggle-class="toggle-positive" translate>
Testnet
<ion-toggle ng-model="formData.testnetEnabled" ng-change="setDerivationPath()" toggle-class="toggle-positive">
<span translate>Testnet</span>
</ion-toggle>
</div>
</div>