Kapeel Sable
Results
3
comments of
Kapeel Sable
This is a valid bug. Causes due to incorrect detection of the backspace key in _formatCVC ( https://github.com/laurihy/angular-payments/blob/master/lib/angular-payments.js#L331 )
This is one of the pending PR that apparently solves the issue - https://github.com/laurihy/angular-payments/pull/23/files I added `if( e.charCode == 0 ) return;` after line 334 in lib/angular-payment.js
+1 Fixes work.