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

not working with linky filter #23

Open
alzalabany opened this issue Nov 12, 2015 · 2 comments
Open

not working with linky filter #23

alzalabany opened this issue Nov 12, 2015 · 2 comments

Comments

@alzalabany
Copy link

<p class="preline" dir="auto" ng-bind-html="::post.body| codeToSmiley" ></p>  WORKS FINE

<p class="preline" dir="auto" ng-bind-html="::post.body| linky" ></p> Also works file

yet

<p class="preline" dir="auto" ng-bind-html="::post.body| linky |codeToSmiley" ></p>
OR
<p class="preline" dir="auto" ng-bind-html="::post.body| codeToSmiley | linky" ></p>

doesnt work

@madhur
Copy link
Contributor

madhur commented Nov 15, 2015

Can you tell me which linky filter you are using?

@alzalabany
Copy link
Author

angulars linky filter

https://docs.angularjs.org/api/ngSanitize/filter/linky

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

No branches or pull requests

2 participants