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

Tap_i18n integration with afModal #72

Open
Pierre-Ferreira opened this issue Dec 11, 2015 · 0 comments
Open

Tap_i18n integration with afModal #72

Pierre-Ferreira opened this issue Dec 11, 2015 · 0 comments

Comments

@Pierre-Ferreira
Copy link

How can Tap_i18n be integrated with afModal?
e.g

{{#afModal collection="entriesCollection" title="Delete this entry?" prompt="This will delete it forever!" buttonContent="DELETE" operation="remove" doc=_id}}
   <i class="fa fa-times text-danger pull-right"></i>
{{/afModal}}

Can something like this be done?

{{#afModal collection="IllnessProfiles" title={{_ "modal_title"}} prompt={{_ "modal_prompt"}} buttonContent={{_ "modal_btnContent"}} operation="remove" doc=_id}}
   <i class="fa fa-times text-danger pull-right"></i>
{{/afModal}}
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