diff options
Diffstat (limited to 'scenario/widgets.html')
| -rw-r--r-- | scenario/widgets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenario/widgets.html b/scenario/widgets.html index c2042b68..64e48c54 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -5,7 +5,7 @@ <script type="text/javascript" src="../src/angular-bootstrap.js#autobind"></script> </head> <body ng-init="$window.$scope = $root"> - <table> + <table ng-repeat="i in [0, 1]"> <tr> <th>Description</th> <th>Test</th> |
