Click here to Skip to main content
15,902,636 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can anybody please help me,i am not able to show more than one space by angular js
my code is
HTML
<div class="HeadingTitleCourseAndTitle">{{course.StreamName}}</div>

and if i am giving 2 spaces on stream name it is showing me only one.
Posted
Updated 5-May-14 23:40pm
v2

1 solution

Spaces are "difficult" in HTML, because browsers are not set up to respect them, unless you specify they should, by replacing each and every space character with the string &nbsp;
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900