Palmabit-IT / angular-cookie-law

Angular Cookie Law is an angular directive that allows your angular application to comply the european cookie law by informing users that your site has cookies. Also provide a service to lock scripts before acceptance (as required by Italian Law - Garante della Privacy dispositions).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

attributes not working

ggiacomo opened this issue · comments

Only message attribute in the tag cookie-law-banner is overrided.
<cookie-law-banner acceptButton="true" acceptText="Helloooo" message="custom message" .....

Solved. Had to write es 'acceptText' in this way 'accept-text'.
You should update the doc since is not super intuitive.

Thanks for your feedback