Improve this Doc View Source linky

  1. 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.

Requires the ngSanitize module to be installed.

Usage

In HTML Template Binding

<span ng-bind-html="linky_expression | linky"></span>

In JavaScript

$filter('linky')(text, target)

Arguments

Param Type Details
text string

Input text.

target string

Window (_blank|_self|_parent|_top) or named frame to open links in.

Returns

string

Html-linkified text.

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.4.14/docs/api/ngSanitize/filter/linky