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

Position doesn't work

Slandais opened this issue · comments

Position attribute doesn't work.

In banner.js file
https://github.com/Palmabit-IT/angular-cookie-law/blob/master/src/js/directives/banner.js
I see the line : "position: attr.position === 'bottom' ? 'bottom' : 'top', //Position of the banner. (Default: 'top')"

But in dist folder I can't see it:
https://github.com/Palmabit-IT/angular-cookie-law/blob/master/dist/angular-cookie-law.js
https://github.com/Palmabit-IT/angular-cookie-law/blob/master/dist/angular-cookie-law.min.js


Will be fixed with the issue: #15

Pull-request merged. Thanks for your contribution.