consumerportal
Version:
mydna Custimised for you
11 lines (10 loc) • 635 B
HTML
<div ng-if="!vm.loaded" class="window loading"><span>Loading Details...</span></div>
<div ng-if="vm.loaded" class="window shadow report sportsResults">
<report-navigator title="'Fitness'" links="vm.navigation" selected-value="'results'"></report-navigator>
<div class="main">
<sports-result ng-repeat="result in vm.details.results" result="result" colors="vm.coloursets[result.gene]"></sports-result>
<div class="text">
<p>* Percentages only refer to Caucasian population (the largest ethnic group in Australia) and can vary in different ethnic groups</p>
</div>
</div>
</div>