caltabid

Results 3 comments of caltabid

With the above modification (this._invokeAction) there was no error but the action was not bubbled to my callback. Can this be related to the Ember version? I'm using Ember 2.18....

@lindyhopchris for my project I need both SCA modification introduced in develop and the possibility to handle options parameters in stripe.load introduced in my branch. The best would be to...

I have a similar question: can you please provide an example without {{stripe-card}} but exploiting {{stripe-card-number}} and {{stripe-card-expiry}}? I tried this: [template] {{#stripe-card-number class="input" as |element|}} {{stripe-card-expiry class="input"}} {{stripe-card-cvc class="input"}}...