mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(overview): improve readability
Inserted a couple of line breaks to increase readability. Closes #4756
This commit is contained in:
parent
c82058ad57
commit
5b1c972723
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue