esoyke
esoyke
@swrocket Thanks, that helped me big time, thought I was going crazy until I saw someone with the same problem. @benmarch Could indeed be a scoping issue. I put some...
@benmarch On a whim I tried changing your watcher code to use rootScope (and injected $rootScope into that directive): `skipWatch = $rootScope.$watch(stepIsSkipped, function (skip) {` Fixed the problem. Not sure...
I found a workaround that seems to work. In the safeVal() method in credit-card.ts, I advance the cursor by one if it's at the end of a 4 digit segment:...
I refined it a little further to automatically delete the value to the right of the space, and also only do so if they hit the Delete key. In the...
Bless you, aharikrishnan!
I recommend expanding the possible keys in the switch, I ran into some problems testing across Mac/Windows and different browsers. It was fixed by adding support for Up, ArrowUp, Down,...