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
13 stars 1 forks source link

angular-card-input

adds new form input types:

<input type='credit card' ng-model="user.card.number" />
<input type='cvc' ng-model="user.card.cvc" />

Using these new input types automatically gives you the following

available through bower

bower install angular-card-input

documentation to come...

for now, checkout the demo and read the source code.