e0f1606a5a
Change-Id: I5a5d93247dc5b9210f4ca7e4eafeb41f1239fac2
11 lines
347 B
HTML
11 lines
347 B
HTML
<div class="tile__main" ng-controller='DrupalTileCtrl'>
|
|
<h1>{{title}} <span ng-class="finalScoreClass">{{finalScore}}</span></h1>
|
|
<table class="data-table">
|
|
<tbody>
|
|
<tr ng-repeat="datum in data">
|
|
<td style="text-align:center;" ng-class="datum[1]" title="{{datum[2]}}">{{datum[0]}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|