Skip to content

Instantly share code, notes, and snippets.

@ronaiza-cardoso
Created July 7, 2017 01:04
Show Gist options
  • Save ronaiza-cardoso/c6b77b067938cc2297cef59cc202ae9e to your computer and use it in GitHub Desktop.
Save ronaiza-cardoso/c6b77b067938cc2297cef59cc202ae9e to your computer and use it in GitHub Desktop.
<tr>
<th class="min-width">#</th>
<th>Grupo</th>
<th>Produto</th>
<th>variedades</th>
<th>Calibres</th>
</tr>
<tr>
<td>1</td>
<td>{{ 'Fruta' | limitTo: 20 }}{{'myString'.length > 50 ? '...' : ''}} {{'myString'.length > 50 ? '...' : ''}}</td>
<td>{{ 'Laranja' | limitTo: 50 }}{{'myString'.length > 50 ? '...' : ''}} {{'myString'.length > 50 ? '...' : ''}}</td>
<td>{{ 'Pocan, lorem, ypsum, xpto, xpto, xpto, xpto, xpto, xpto, xpto' | limitTo: 50 }}{{'Pocan, lorem, ypsum, xpto, xpto, xpto, xpto, xpto, xpto, xpto'.length > 50 ? '...' : ''}} </td>
<td>{{ 'x, d, s, j, a, d, a, e, e, s, d' | limitTo: 50 }}{{'Pocan, lorem, ypsum, xpto, xpto, xpto, xpto, xpto, xpto, xpto'.length > 50 ? '...' : ''}}</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment