angular-datepicker
angular-datepicker copied to clipboard
Interpolate pickerId
Useful when date-picker is used under ng-repeat. The change allows you to use:
input(type='text', name='date', id="editDate-{{item.id}}")
As a result the ids remain unique and you can target them individually with an event if needed.