javascript - Stopping AngularJS from not executing HTML tags -
so wondering how compute html in angularjs object (like this: {{names}}
) have '<a>'
element inside object.
it comes out this:
<a href="http://www.example.com">link text</a>
im pretty sure answer looking can found here ng-href
allow use {{}}
syntax dynamically generate url angular controller.
Comments
Post a Comment