ghostbar / angular-zxcvbn

Simple zxcvbn directive for Angular.js
MIT License
56 stars 10 forks source link

Plunkr examples should be updated pointing to use ghostbar/angular-zxcvbn repository #17

Open evilaliv3 opened 8 years ago

evilaliv3 commented 8 years ago

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