I hereby claim:
- I am sergio-toro on github.
- I am storo (https://keybase.io/storo) on keybase.
- I have a public key whose fingerprint is 18B4 7D17 6351 A020 193C 8B44 12A7 EE7E D5B3 41E3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * AngularJS service to validate spanish document id. | |
| * Returns the type of document and checks its validity. | |
| * | |
| * Usage: | |
| * angular | |
| * .module('myApp', [ 'validate-spanish-id' ]) | |
| * .controller('myController', function(ValidateSpanishID){ | |
| * ValidateSpanishID.validate( str ); | |
| * }) |