Merge pull request #5929 from cmgustavo/bug/angular-ion-toggle-error
Fix ionic-toggle error
This commit is contained in:
commit
38f4c23aa9
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue