Changing text input into date picker
Hello there,
I am trying to take the text-input field and turn it into a date-picker field. There seems to be some issue with getting AngularUI DatePicker to work.
Can you recommend any solutions? (I can show you what I've tried so far, but I seem to be lacking something in the app.js file I think).
Yeah, please share with your code.
I created a plunk for everything, found here:
http://plnkr.co/edit/LoZailwnQF7yxfCBZBF7?p=catalogue
Not much has been edited, as I will explain what I tried here.
When running the index_date.html and datepick.js files separately, I am able to get the output as shown on AngularUI.
When I try including some of the code (from the 2 files above), what happens is that it still gives me a text field and not datepicker. I assume it may have something to do with ng-model?
However, I even tried changing that, but to no effect.
Also, if you try running the code, you will see that the inline element is there, but it is just not displaying the datepicker tool (run index.html).
I assume there is something important I am missing in terms of "integrating" the 2 modules, or maybe there is another way around it.
What do you think?
Hello there,
Have you managed to come up with anything?