Skip to content

Commit 3abbff5

Browse files
committed
Update README.md
1 parent 16d7546 commit 3abbff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Here is the basic html template for scrollable grid using the uiScrollTh and uiS
223223
...
224224
</TR>
225225
</THEAD>
226-
<TBODY ui-scroll="item in datasource" adapter="adapter">
227-
<TR>
226+
<TBODY>
227+
<TR ui-scroll="item in datasource" adapter="adapter">
228228
<TD ui-scroll-td class="col1">...</TD>
229229
<TD ui-scroll-td class="col2">...</TD>
230230
...

0 commit comments

Comments
 (0)