diff options
| author | Brian Ford | 2012-07-19 13:52:20 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-10 16:33:25 -0700 |
| commit | f00b6cca024a9418f353651f29c984f934575bd9 (patch) | |
| tree | cc7b6a5591cec6b9618da3737b25082df4ea2cb6 | |
| parent | e05a97c6f5bcef1ae300c7d4181fcf2a34f0aab1 (diff) | |
| download | angular.js-f00b6cca024a9418f353651f29c984f934575bd9.tar.bz2 | |
fix(docs): fixed documentation for using linky
| -rw-r--r-- | src/ngSanitize/filter/linky.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ngSanitize/filter/linky.js b/src/ngSanitize/filter/linky.js index e5b54397..8cdd3c03 100644 --- a/src/ngSanitize/filter/linky.js +++ b/src/ngSanitize/filter/linky.js @@ -10,6 +10,9 @@ * @param {string} text Input text. * @returns {string} Html-linkified text. * + * @usage + <span ng-bind-html="linky_expression | linky"></span> + * * @example <doc:example module="ngSanitize"> <doc:source> |
