complete buttons functionality
This commit is contained in:
parent
58a5cb7b6a
commit
b774d84022
2 changed files with 21 additions and 9 deletions
|
|
@ -27,7 +27,9 @@
|
|||
<div class="row m10b">
|
||||
<div class="columns">
|
||||
<div class="p10 panel" ng-class="{'enable_text_select': index.network == 'testnet'}">
|
||||
<div id="addWord"></div>
|
||||
<div id="addWord">
|
||||
<!-- <button class="button radius tiny" style="white-space:nowrap" ng-click="wordsC.removeButton('quiz')" id="{{word}}">ASD</button> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="p10" style="background:white" ng-class="{'enable_text_select': index.network == 'testnet'}">
|
||||
<span ng-repeat="word in wordsC.mnemonicWords track by $index">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue