I'm putting together a message with several messages in JAVA. After mounted send to the front / view however the angular is eating all breaks of lines:
public String salvarPorXLS(){
while (rowIterator.hasNext()) {
pErrors += "\n"+"Atividade do processo: " + numeroProcesso + " cadastrada com sucesso"+"\n";
}
return pErrors;
}
Message:
Process activity: 00003362920178178224, successfully registered Activity of the case: 00003362920178178224 Activity of the case: 00032906420158172001 Activity of the case: 00032906420158172001 Activity of the process: 00032906420158172001
You're not breaking the line after the word success!
The angular is disturbing the exit: