fix match at view

This commit is contained in:
Matias Alejo Garcia 2015-09-18 10:22:10 -03:00
commit 930c07b338
3 changed files with 9 additions and 1 deletions

View file

@ -30,4 +30,5 @@ angular.module('copayApp.controllers').controller('wordsController',
this.mnemonicWords = words.split(/[\u3000\s]+/);
this.mnemonicHasPassphrase = fc.mnemonicHasPassphrase();
this.useIdeograms = words.indexOf("\u3000") >= 0;
});