Merge pull request #535 from colkito/fix/added-password-strength

added password strength in setup
This commit is contained in:
Matias Alejo Garcia 2014-06-03 15:04:26 -03:00
commit 9967ed837d
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@
<div class="small-12 medium-6 large-6 columns">
<label>Your Wallet Password <small class="has-tip" tooltip="doesn't need to be shared">Required</small>
<input type="password" placeholder="Choose your password" class="form-control"
ng-model="walletPassword" required>
ng-model="$parent.walletPassword" check-strength="passwordStrength" tooltip="Password strength: {{passwordStrength}}" tooltip-trigger="focus" required>
</label>
</div>
</div>