angular-zxcvbn icon indicating copy to clipboard operation
angular-zxcvbn copied to clipboard

zx-extras working?

Open mwickens opened this issue 9 years ago • 2 comments

The zx-extras attribute doesn't work for me. I've tried using both the name of an array variable and a form name. In both cases, passwords that are exactly the same as words that appear in the array or form show no difference in strength score than when leaving out the attribute. Can someone confirm this is working for them. Maybe I'm doing something wrong. I'm using the latest zxcvbn.js (from Sept 2016).

mwickens avatar Oct 05 '16 19:10 mwickens

+1

Ponjimon avatar Oct 07 '16 14:10 Ponjimon

This happens to me too. I dug it a bit, and I found that the directive is not recognizing the form Line 91 - angular-zxcvbn.js

else if (scope.isForm(extras)) {

joaoap avatar Sep 20 '17 18:09 joaoap