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

The directive doens't work with "data-" prefix

Open TomasRup opened this issue 9 years ago • 1 comments

It works this way: <div date-picker></div>

But doesn't work like this (which is supposed to be more valid): <div data-date-picker></div>

TomasRup avatar Nov 30 '16 12:11 TomasRup

Looks like the library is functional when used with data-date-picker, but the styles are not being applied because they are being targeted at a date-picker attribute instead of a class. See plunkr.

DanTalash avatar Feb 25 '17 17:02 DanTalash