CSS in mapped response
In the response mapping of a service, I am trying to add logic to format my element.
in function(value, element){
$(element).css('text-align', 'right');
}
how would I target the element in a css call?
In particular, I am trying to change the location of a label component contained inside the element