angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

Interpolate pickerId

Open jharting opened this issue 8 years ago • 0 comments

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.

jharting avatar Mar 11 '16 14:03 jharting