diff options
Diffstat (limited to 'scenario/widgets.html')
| -rw-r--r-- | scenario/widgets.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scenario/widgets.html b/scenario/widgets.html index 73674be9..6cb8df05 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -2,12 +2,13 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" type="text/css" href="style.css"></link> + <!--<script type="text/javascript" src="../lib/jquery/jquery-1.4.2.js"></script>--> <script type="text/javascript" src="../src/angular-bootstrap.js#autobind"></script> </head> <body ng-init="$window.$scope = this"> <table> <tr> - <th>Description</th> + <th width="330">Description</th> <th>Test</th> <th>Result</th> </tr> |
