diff options
Diffstat (limited to 'docs/content/guide/overview.ngdoc')
| -rw-r--r-- | docs/content/guide/overview.ngdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc index 91e6e22c..b54113cc 100644 --- a/docs/content/guide/overview.ngdoc +++ b/docs/content/guide/overview.ngdoc @@ -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> |
