mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-21 10:05:34 +08:00
docs(overview): improve readability
Inserted a couple of line breaks to increase readability. Closes #4756
This commit is contained in:
committed by
Pete Bacon Darwin
parent
c82058ad57
commit
5b1c972723
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user