diff options
| author | Misko Hevery | 2010-04-02 11:49:48 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-04-02 11:49:48 -0700 |
| commit | 35ca4fcb9c49e505e28669e951e01ddedb01d7db (patch) | |
| tree | e993e6fa5cb5ee24f8bb729d922425844c799e3a /scenario | |
| parent | 5bd23fde7ab94646190d18d2891532feafad6e2e (diff) | |
| download | angular.js-35ca4fcb9c49e505e28669e951e01ddedb01d7db.tar.bz2 | |
radio now works with repeaters
Diffstat (limited to 'scenario')
| -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> |
