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.
{{ linky_expression | linky }}
$filter('linky')(text)
text – {string} –
Input text.
{string}
– Html-linkified text.