Sophea Phy
Sophea Phy

Reputation: 388

Angularjs format text to vertical

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

Answers (1)

Rajeshwar
Rajeshwar

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

Related Questions