41

Results 4 comments of 41

``` const queryString = (url) => [...new URL(url).searchParams].reduce((acc, cur) => { acc[cur[0]] = cur[1]; return acc; }, {}); ```

你好,我想问一下~这个项目的域名配置是什么呢?

Or, is there any way to refresh the datetime picker popup everytime it shows?

It wolud not reload everytime the popup is shown. So I put the code (about translate) in its own controller instead of in app.js . And it solve my problem...