Finds links in text input and turns them into html links. Supports http/https/ftp/mailto and plain email address links.
Requires the ngSanitize
module to be installed.
<span ng-bind-html="linky_expression | linky"></span>
$filter('linky')(text, target)
Param | Type | Details |
---|---|---|
text | string | Input text. |
target | string | Window (_blank|_self|_parent|_top) or named frame to open links in. |
string |
Html-linkified text. |
© 2010–2016 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.4.14/docs/api/ngSanitize/filter/linky