Hi,
I need to split the output value in AngularJs and show the data according to that.
For eg :
Output value :
var order = "EITLSPFO"
I need to split and show according to that in AngularJS
1. E = Email
2. I = Income
3. T = Telephone
4. S = SOS
etc.....
It would be very helpful, if some one helps
Thanks