aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guide.overview.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide.overview.ngdoc')
-rw-r--r--docs/guide.overview.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide.overview.ngdoc b/docs/guide.overview.ngdoc
index a0ae71fd..61c58435 100644
--- a/docs/guide.overview.ngdoc
+++ b/docs/guide.overview.ngdoc
@@ -63,7 +63,7 @@ easier life can be with angular:
<tr><td>Quantity</td><td>Cost</td></tr>
<tr>
<td><input name="qty" value="1" ng:validate="integer:0" ng:required/></td>
- <td><input name="cost" value="199.95" ng:validate="number" ng:required/></td>
+ <td><input name="cost" value="19.95" ng:validate="number" ng:required/></td>
</tr>
</table>
<hr>