Skip to content

Commit

Permalink
Bindu | BAH-491 | Showing lab result units in investigation table
Browse files Browse the repository at this point in the history
  • Loading branch information
binduak committed Jul 11, 2018
1 parent 0001db6 commit a6af498
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<a class="uploaded-file" href="{{test.labReportUrl}}" stop-event-propagation="click" target="_blank">{{::test.testName}}
<span bo-show="test.hasRange" class="range">
<span bo-text="'(' + test.minNormal + ' - ' + test.maxNormal + ')'"></span>
<span bo-show="test.testUnitOfMeasurement" class="units" bo-text="test.testUnitOfMeasurement"></span>
</span>
<span bo-show="test.testUnitOfMeasurement" class="range" bo-text="test.testUnitOfMeasurement"></span>
</a>
</span>
<span bo-show="test.hasRange && !test.uploadedFileName" class="range">
<span bo-text="'(' + test.minNormal + ' - ' + test.maxNormal + ')'"></span>
<span bo-show="test.testUnitOfMeasurement" class="units" bo-text="test.testUnitOfMeasurement"></span>
</span>
<span bo-show="test.testUnitOfMeasurement" class="range" bo-text="test.testUnitOfMeasurement"></span>
</td>
<td class="value has-toggle-btn">
<span bo-class="{'referred-out': test.referredOut}">
Expand Down

0 comments on commit a6af498

Please sign in to comment.