linky
(filter in module ngSanitize
)
Finds links in text input and turns them into html links. Supports http/https/ftp/mailto and plain email address links.
<span ng-bind-html="linky_expression | linky"></span>
$filter('linky')(text)
text – {string} –
Input text.
{string}
– Html-linkified text.