Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to provide parameters to when-confirmed function? #3

Open
dwightdegroff opened this issue Aug 11, 2016 · 0 comments
Open

Possible to provide parameters to when-confirmed function? #3

dwightdegroff opened this issue Aug 11, 2016 · 0 comments

Comments

@dwightdegroff
Copy link

When I attempt to provide function parameters to the "when-confirmed" attribute, the function is executed as the confirmable directive is loaded. For example:
<confirmable when-confirmed="delete(12345)" ...
whereas:
<confirmable when-confirmed="delete" ...
simply confirms that "delete" is a function. Is it, perhaps, related to how that function verification is performed?

Is there a recommended way to provide such parameters? Thanks in advance.

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

No branches or pull requests

1 participant