docs(overview): improve readability

Inserted a couple of line breaks to increase readability.

Closes #4756
This commit is contained in:
Jesse Palmer 2013-11-01 18:59:49 -04:00 committed by Pete Bacon Darwin
parent c82058ad57
commit 5b1c972723

View file

@ -88,7 +88,10 @@ concepts which the application developer may face:
<br>
<br>
<table>
<tr><td>Quantity</td><td>Cost</td></tr>
<tr>
<td>Quantity</td>
<td>Cost</td>
</tr>
<tr>
<td><input type="number" ng-pattern="/\d+/" step="1" min="0" ng-model="qty" required ></td>
<td><input type="number" ng-model="cost" required ></td>