ngclipboard icon indicating copy to clipboard operation
ngclipboard copied to clipboard

Error while using title attribute along with the ng-clipboard

Open vishnu-vv opened this issue 7 years ago • 1 comments

In HAML:

%button.btn.btn-default.btn-raised{ 'title': 'Testing clipboard',
                                    'data-clipboard-text': 'Error while using like this',
                                    'ngclipboard': '' }

In HTML:

<button class="btn btn-default btn-raised" data-clipboard-text="Error while using like this" ngclipboard title="Testing clipboard"></button>

Visit this link to see the angular error

vishnu-vv avatar Oct 12 '17 07:10 vishnu-vv

me too

xzq8 avatar Mar 01 '18 06:03 xzq8