Im trying to get angularjs to read my new lines properly, in this case /n is a new line.
here is my acual response from my variable message
with the info i would like to display:
jeg\n\nlurer\npaa hva
when i display the variable in the view with {{ message }}
i get:
Jeg lurer paa hva
while it really should be:
Jeg
lurer
paa hva
how can i make angular read the /n as new line?
as option for new line. – user1952854 Sep 12 '16 at 10:44
')` – Sergei Stralenia Sep 12 '16 at 10:48