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> 

i want this: link text
want links in this page ones.

im pretty sure answer looking can found here ng-href allow use {{}} syntax dynamically generate url angular controller.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -