Angular UI datepicker in ng-repeat works only for first block
问题 When I am using the angular ui datepicker within an ng-repeat block, the datepicker works correctly only for the first block. For the remaining repeated blocks, although the calender is displayed, a date cannot be selected. Can someone please tell me how I could get it working? I tried to append the model name with a $parent but that didnt help. I have a list of products and for each product there is a new release form which has two date fields. I am using ng-repeat to display the products