Pranay92 / ionic-date-slider

Beautiful date picker slider for ionic framework.
MIT License
8 stars 4 forks source link

Calender Not showing #2

Open Mdhaker opened 7 years ago

Mdhaker commented 7 years ago

Hi,

nothing shows when adding data-date-slider-picker directive, just this ### [[object HTMLDivElement]]

This my code :

 <data-date-slider-picker total-days="90" date-select-var="Sat Jan 23 2016">
        </data-date-slider-picker>

image

image

Pranay92 commented 7 years ago

One issue that I can instantly notice is the date-select-var is set to a value instead of a variable in a controller. Have a look at the documentation and also on the following examples page:

https://github.com/Pranay92/ionic-date-slider/blob/master/demo/blank/www/templates/tab-calendar.html

Mdhaker commented 7 years ago

@Pranay92 , Still the same problem even with a variable, the blank project contains directive.js which i see the implementation of data-date-slider-picker, do I have to include that code ? could give me a brief guide on how to set use the ionic-date-slider ?

this is the result after i changed data-select-car with a variable ( it gives Empty content) image image

image

Mdhaker commented 7 years ago

@Pranay92 it's seems your plugin don't work on device. I tested the blank app with android it gives [[object HTMLDivElement]] tho it works fine in browser..