https://github.com/outlawandy/angular-card-input
new form input types for credit card and cvc with input formatting and proper validation, including mod10(luhn algorithm) validation of credit card numbers
https://github.com/outlawandy/angular-card-input
Last synced: 2 months ago
JSON representation
new form input types for credit card and cvc with input formatting and proper validation, including mod10(luhn algorithm) validation of credit card numbers
- Host: GitHub
- URL: https://github.com/outlawandy/angular-card-input
- Owner: OutlawAndy
- Created: 2014-05-07T17:34:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T15:21:12.000Z (almost 10 years ago)
- Last Synced: 2025-02-23T11:04:45.024Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 196 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular-card-input
==================adds new form input types:
Using these new input types automatically gives you the following
* helpful formatting
* e.g. ```4242 4242 4242 4242```
* e.g. ```3734 123456 78900```
* validation, including mod10(luhn algorithm) validation of credit card numbers
* css class hooks for special formating per card brand i.e. ```visa mastercard amex discover```available through bower
bower install angular-card-input
documentation to come...
for now, checkout the [demo](http://outlawandy.github.io/angular-card-input) and read the source code.