Hey there! Just a quick Angular inquiry:
<div class="_minimal_size margin_10_middle">
<div class="_50 espaciado_0_20">
<p ng-bind-html="eirana_knows.feedback"></p>
</div>
<br class="clear"/>
</div>
I've noticed that binding HTML information works perfectly fine. Now, I'm curious if it's possible to bind actual Angular code, like {{2+2}} for example.
Is there any way to achieve this kind of binding? If so, I'm interested in a straightforward approach, perhaps by modifying this line:
<p ng-bind-html="eirana_knows.feedback"></p>
Looking forward to your suggestions!
Cheers, Chris