Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

"Cannot read property 'apply' of undefined" #118

Open
ghost opened this issue Jan 3, 2018 · 1 comment
Open

"Cannot read property 'apply' of undefined" #118

ghost opened this issue Jan 3, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 3, 2018

Iam getting the above error after getting the token in console. Line 793 of commit angular-payments#2472bc9befa25678

@VictorManuelSarmiento
Copy link

VictorManuelSarmiento commented Feb 6, 2019

Replace (Line 793):
scope[attr.stripeForm].apply(scope, args);
for
scope.$eval(attr.stripeForm).apply(scope, args);

Check it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant