Angularjs. ng-model is not being updated in datepicker
问题 I was trying to write jquery to open datepicker on text click using hidden input area. Also this is required at multiple places. Following is my html. <div class="date-format"> <input class="hidden-date-picker" id="hidden-date1" type="hidden" ng-model="date1"/> <a href="" class="date-picker" id="date1">{{date1 | date: 'dd MMM yyyy a'}}</a> </div> <div class="date-format"> <input class="hidden-date-picker" id="hidden-date2" type="hidden" ng-model="date2"/> <a href="" class="date-picker" id=