Skip to content

Instantly share code, notes, and snippets.

@cacciatc
Created March 19, 2013 15:33
Show Gist options
  • Save cacciatc/5197099 to your computer and use it in GitHub Desktop.
Save cacciatc/5197099 to your computer and use it in GitHub Desktop.
Plain old HTML rows.
<tr>
<td>
1,048.50
</td>
<td>
Cabrera, Miguel
</td>
<td>
3B
</td>
<td>
0.606
</td>
<td>
0.393
</td>
<td>
<img ng-src="img/det.gif" width="21px"/>
DET
</td>
</tr>
<tr>
<td>
1,015.00
</td>
<td>
Braun, Ryan
</td>
<td>
OF
</td>
<td>
0.595
</td>
<td>
0.391
</td>
<td>
<img ng-src="img/mil.gif" width="21px"/>
MIL
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment