aboutsummaryrefslogtreecommitdiffstats
path: root/scenario
diff options
context:
space:
mode:
authorMisko Hevery2010-04-02 11:49:48 -0700
committerMisko Hevery2010-04-02 11:49:48 -0700
commit35ca4fcb9c49e505e28669e951e01ddedb01d7db (patch)
treee993e6fa5cb5ee24f8bb729d922425844c799e3a /scenario
parent5bd23fde7ab94646190d18d2891532feafad6e2e (diff)
downloadangular.js-35ca4fcb9c49e505e28669e951e01ddedb01d7db.tar.bz2
radio now works with repeaters
Diffstat (limited to 'scenario')
-rw-r--r--scenario/widgets.html2
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>