Paul Sweeney
Paul Sweeney
I've got a PR open, and if you want to test it out, just update your bower.json to point to: `"angular-payments": "[email protected]:Fullscreen/angular-payments.git#ff-compat"`
@adamdunkley - run `npm install` to install the minifier deps, and then `grunt` to minify build minified files.
This also builds the concatenated `lib/angular-payments.js` file.
:+1: - also you can lock down the supported versions; eg `< 1.4.0`
I've got a PR open, and if you want to test it out, just update your bower.json to point to: `"angular-payments": "[email protected]:Fullscreen/angular-payments.git#ff-compat"`
Fixed in master here: https://github.com/Fullscreen/angular-payments
I patched this [on my fork on Friday](https://github.com/Fullscreen/angular-payments), at least for CVCs - looks like the regex for CVCs is causing the issue: `if (!/^\d+$/.test(digit)) ...`. The leading `^`, which...
Got the particular commit here: https://github.com/Fullscreen/angular-payments/commit/b323b324358d617f1927b625e0c62e03e45276a0 Also adds paste support for CVCs.
Good idea, however I've since stopped using this package now since iOS 8 removed the 800ms click delay in most cases: https://webkit.org/blog/5610/more-responsive-tapping-on-ios/
Yep, `mapGetters` or referencing the store property via `computed` in your component is a good work around. I've been using this for the last few months without issue. For example:...