I am using AngularJS 1.6 <https://angularjs.org/> and also Angular Datatables <http://l-lin.github.io/angular-datatables/archives/#!/welcome>
I want to have a date picker, on selecting a particular date, a table needs to be shown below with the data of that particular date. The table should be generated from a json file. The json files are archived date wise, for example in the JSON folder, we have 01-01-2018.json , 01-02-2018.json, 01-03-2018 and so on. So if from the datepicker someone selects 01-01-2018, the table should be generated from the data of 01-01-2018.json I am exploring for a quite a few days but still couldn't figure out a solution, please can someone guide on how to proceed. A plunker demo will be very helpful. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
