Closed jlinoff closed 10 years ago
Never mind. I got it work by adding "default.css" to my style sheets as follows:
<link href="lib/ionic/css/ionic.css" rel="stylesheet">
<link href="lib/date-picker/themes/default.css" rel="stylesheet">
<link href="lib/date-picker/themes/default.date.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
It works really well. Thank you again.
Hi,
Thank you for developing this. It looks like a great tool. Unfortunately i am having trouble getting it work in my ionic app. The input box appears but the hover image is a circle with a line through it and the input selection is disabled. I expect that i am missing something obvious. Can you help?
This tool is installed in my ionic project directory under
www/lib/datepicker
.The app declaration looks like this:
The HTML header looks like like this:
My HTML page looks like this.
Here is the controller:
The text shows up properly but I the icon changes to a circle with a line through it when the cursor hovers over the input field and the popup doesn't appear.