#Hashtag and @mention to hyperlinks using tweetLinky AngularJS filter
Filters are awesome. I like the usage of linky as it removes the redundant task of converting all the links into <a> tags and storing it in your model so that it can be attached to the DOM like in other template libraries.
When working with tweets and Twitter user's bio, there is often a necessity of converting the #hashtags and @mentions to hyper-links too. So I created a small filter that does it.
It requires the ngSanitize plugin.
Demo(plunkr)
By tweetLinky,
This is a #hashtag & @mention to link creator using tweetLinky filter. @AngularJS is so awesome!
will be converted into
This is a #hashtag & @mention to link creator using tweetLinky filter. @AngularJS is so awesome!









