Hi Vladimir,

This is not an angular issue at all. The way the server returns it data is 
a bit off. The easiest/best solution is that the server returns the data in 
a more sane format!
Is this at all possible? If not, you need to parse the object client side. 
Not that difficult, but a bit annoying.
Tell me if I can help you there a bit.
you need something like this:
  {
        "ActionID": "1",
        "Taskref": "1",
        "Ast1": ["","Egress cabin to LM porch\nReceive &      jetttison 
bag\nReceive ETB/LEC","Descend lander to top rung\nUnlock and deploy 
MESA\nLower ETB on LEC]
        "Ast2": ["Start EVA watch\nopen           hatch\nAssist CDR", "
Egress cabin to LM porch\nReceive &      jetttison bag\nReceive ETB/LEC",""]
        "Ast3": ["","Deploy CDR PLSS antenna\nHand jettison      bag to 
CDR\nHand 
ETB/LEC to CDR",""]
    }



or even better/ easier to use:
  {
        "ActionID": "1",
        "Taskref": "1",

        "Ast1": ["","Egress cabin to LM porch\nReceive &      jetttison 
bag\nReceive ETB/LEC","Descend lander to top rung\nUnlock and deploy 
MESA\nLower ETB on LEC]
        "Ast2": ["Start EVA watch\nopen           hatch\nAssist CDR", "
Egress cabin to LM porch\nReceive &      jetttison bag\nReceive ETB/LEC",""]
        "Ast3": ["","Deploy CDR PLSS antenna\nHand jettison      bag to 
CDR\nHand 
ETB/LEC to CDR",""]
    }


-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to