katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
168 stars 101 forks source link

keep getting "Cannot GET /picker-popup.html?" #16

Closed caotian closed 8 years ago

caotian commented 8 years ago

Hey guys, thanks for the awesome project. I try it by the instructions , but i keep getting this error, "Cannot GET /picker-popup.html?", so why my project keep to fetch template /picker-popup.html while your demo not?

katemihalikova commented 8 years ago

Hi, just a sole gal here :-) It seems you are using files from src folder. In that case you have to change templateUrl property in picker.js file on line 23 to your actual location. It is preferred to use files from release folder which work out of the box on any setup.