Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added linkify filter and linkify tests #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

darryldecode
Copy link

Hi just thought of adding linkify filter for string. Angular has built in linky filter but not playing well with combination of using ng-bind-html in which data to be binded is an html format. Angular linky only takes plain text input and converts to links, but when input is HTML, the linky filter works well but the ng-bind-html stops working. ref#: http://stackoverflow.com/questions/17541305/angularjs-possible-to-sanitize-and-linky-in-same-directive

In addtion, this linkify filter supports domain links, ftps and emails.

@a8m
Copy link
Owner

a8m commented Dec 15, 2014

Hi @darryldecode , thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants