pagerjs
pagerjs copied to clipboard
{page: source} problem
Hi,
When I use 1.1.0 version, this sentence don't work:
page: {id: 'inicio', role: 'start', source: 'form.html'}
page: {id: 'gracias', source: 'thanks.html'}
But if I use 1.0.1 version, works perfect.
I don't make more changes, only the version.
Thanks for your response.
I have the exact same problem!
@juliandrj any update?
Hi @mw44118 , If you comment lines 994 to 996 of pager.js, works fine, but I wasn't make deep test. Or use lazy load way (http://pagerjs.com/demo/#!/model/lazy_bind_view_model).