Filter | Source | Rendered |
---|---|---|
linky filter |
<div ng-bind-html="snippet | linky"> |
|
linky target |
<div ng-bind-html="snippetWithSingleURL | linky:'_blank'"> |
|
linky custom attributes |
<div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}"> |
|
no filter | <div ng-bind="snippet"> |