jkafader
jkafader
For the next person who finds this conversation and tries to implement this, here's a more-correct version of the angular directive. Also, **beware: you'll have to install jQuery to use...
You can then write your datepicking text input like this: ``` ```
@RogelioGaytan full jQuery. this plugin works by extending jQuery, which I don't think is possible (I may be wrong) in jqLite (the angular jquery-ish thing).
That part of the code does the reverse binding, that is, if the model changes, it updates the datepicker.