5 lines
143 B
HTML
5 lines
143 B
HTML
![]() |
<h2 class="section-title">{{$parent.config.title}}</h2>
|
||
|
|
||
|
<div ng-repeat="lab in investigationResults">
|
||
|
<span>{{lab.testName}}</span>
|
||
|
</div>
|