I am using angular application. I want to convert the bbcode into plain text. Is there any any plugin or library or any method for it. I am accepting following data.
$scope.Currentdata= "[justify][size=2]New testing.Hello World.[/size][/justify]";
and i want to remove the bbcode and show plain text on my div.
<div id="showdata" name="showdata"></div>