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

formatDate function not passed as param #5

Open
SharmPRO opened this issue Jul 3, 2017 · 0 comments
Open

formatDate function not passed as param #5

SharmPRO opened this issue Jul 3, 2017 · 0 comments

Comments

@SharmPRO
Copy link

SharmPRO commented Jul 3, 2017

In the following:

data-formatDate="myFormatDate" is ignored as the parameter is not passed (so default is always uesd) to app.feeds from file: framework7.feeds.js line 257:
app.feeds(this, {
url: f.attr('data-url'),
openIn: f.attr('data-openIn') || undefined,
virtualList: f.attr('data-virtualList') || undefined,
listTemplate: f.attr('data-listTemplate') && app.templates && app.templates[f.attr('data-listTemplate')] || undefined,
itemPageTemplate: f.attr('data-itemPageTemplate') && app.templates && app.templates[f.attr('data-itemPageTemplate')] || undefined,
itemPopupTemplate: f.attr('data-itemPopupTemplate') && app.templates && app.templates[f.attr('data-itemPopupTemplate')] || undefined,
});

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