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

View file

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