Closed cartofrontdev closed 8 years ago
I should also mention that I have included and still no joy.
app.config(["stripeProvider", function(stripeProvider) {
stripeProvider.setPublishableKey('pk_test_###########');
}
Hmm, no idea to be honest. Do you have anywhere I can see this live?
Please close this issue.
I can not replicate it in plunkr or any other web-based framework. Will have to abandon this library. Thank you for checking it out for me.
Hi There!
I'm really excited to use this library you created. However in my naive approach I added the module via bower, where I specified the latest version:
I then included stripejs above the script reference like this in my index.html:
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
However after starting the app, I receive a failure to instantiate module.
My bower injects this into the index.html:
<script src="wwwroot/lib/angular-stripe/release/angular-stripe.js"></script>
All my files are in IFEE blocks and I declare my App like
Thank you in advance for creating this nice library.
~Dennis