jonschlinkert / randomatic

Easily generate random strings like passwords, with simple options for specifying a length and for using patterns of numeric, alpha-numeric, alphabetical, special or custom characters. (the original "generate-password")
https://github.com/jonschlinkert
MIT License
183 stars 25 forks source link

Added support for AngularJS and bare-Browser #1

Closed OmarIthawi closed 8 years ago

OmarIthawi commented 10 years ago

I needed this to work in the browser. It was an easy fix. Re-formatting was done as well.

jonschlinkert commented 10 years ago

:+1:

OmarIthawi commented 8 years ago

Hi @jonschlinkert looks like I didn't fix this at the right time. Now the repo have deviated from being easily usable as an Angular module because of the use of require.

I will close this PR and if anyone wants to use randomatic, my fork will do: