Reputation: 388
I want to use AngularJs to format the text. I have text like this "Backlog". I want to format this text to:
B
a
c
k
l
o
g
thanks
Upvotes: 0
Views: 303
Reputation: 2509
Please have a look at the below link.
http://plnkr.co/edit/RAOTzl6PJ16F5INzOPSG?p=preview
I wrote a directive,to which you can pass any text and the result will be as vertically aligned text.
<text-format text='Backlog'></text-format>
Hope this is what you are expecting
Upvotes: 4