replace scope variables - rename shuffle words function

This commit is contained in:
Javier 2016-05-30 13:37:15 -03:00
commit 14379b3c63
2 changed files with 24 additions and 23 deletions

View file

@ -117,7 +117,7 @@
Please tap the words in order to confirm your backup phrase is correctly written.
</p>
<div class="panel words text-left">
<span ng-repeat="cword in customWords track by $index" ng-show="customWords[$index]">
<span ng-repeat="cword in wordsC.customWords track by $index" ng-show="wordsC.customWords[$index]">
<button class="button radius tiny words" ng-click="removeButton($index, cword)">{{cword.word}}</button>
</span>
</div>