angular-zxcvbn
angular-zxcvbn copied to clipboard
Plunkr examples should be updated pointing to use ghostbar/angular-zxcvbn repository
Currently the plunkr examples are using jamesclark92/angular-zxcvbn repository that is generally behind the latest release.
In particular the links that surely shoul be replaced are:
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0-rc.0/angular.js"></script>
<script src="https://rawgit.com/jamesclark92/angular-zxcvbn/master/dist/angular-zxcvbn.js"></script>
these could be replaced with:
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.js"></script> <-- Angular stable 1.5.0
<script src="https://raw.githubusercontent.com/ghostbar/angular-zxcvbn/master/dist/angular-zxcvbn.js"></script>
This apply both to: http://plnkr.co/edit/CYtyRA?p=preview http://plnkr.co/edit/COTgky?p=preview
this would help also debugging https://github.com/ghostbar/angular-zxcvbn/issues/16