On our website we display user-generated content (blog posts etc.). It's rendered by a Symfony app. The frontend is currently being rewritten in the form of an Angular app. Now we noticed that when a user's blog post contains double curly brace notation, Angular will process it, which is undesired.
Is there a way in Angular to disable the double curly brace parsing for certain DOM elements?
Yes, use the ng-non-bindable directive. in the element that wraps your dynamic user editable content.
<div ng-non-bindable>{{some text}}</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With