because I need it in different pages.
In one of them I use paper-date-picker-item, but after this page is loaded, the constructor moment.tz and all the others functions related with moment-timezone are undefined.
I dug into this issue and I discovered that you call moment-element to provide another version of moment (without timezone).
I commented the loading stuff in moment-element and now everything works fine.
I tried to put my Githubissues.
Githubissues is a development platform for aggregating issues.
Hi, in my app I load momentjs in my index.html:
because I need it in different pages. In one of them I use paper-date-picker-item, but after this page is loaded, the constructor
moment.tz
and all the others functions related with moment-timezone are undefined. I dug into this issue and I discovered that you call moment-element to provide another version of moment (without timezone). I commented the loading stuff in moment-element and now everything works fine.I tried to put my Githubissues.