Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with textarea in piwik templates #8152

Closed
webanalyst opened this issue Jun 19, 2015 · 1 comment
Closed

Problem with textarea in piwik templates #8152

webanalyst opened this issue Jun 19, 2015 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@webanalyst
Copy link

I am having troubles with textarea in the plugin I create and I think is because of angular. It is removing the default value of textarea content and is adding ng-bidding to class name:
screenshot_2

What could it be? I tried using jQuery.off() and jQuery.unbind but nothing happens...

@webanalyst
Copy link
Author

It was a problem with strings like angular markup, are automatically replaced. I¡ve solved it adding "ng-non-bindable" property to textarea element.

@sgiehl sgiehl added the answered For when a question was asked and we referred to forum or answered it. label Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants