Skip to content

Commit c80d6a3

Browse files
author
Hongxin Zhang
committed
Update News
1 parent 05dac24 commit c80d6a3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

app/scripts/controllers/news.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,12 @@ angular.module('oncokbStaticApp')
115115
'ALK - C1156Y, G1269A, I1171N, L1196M - Non-Small Cell Lung Cancer - Lorlatinib',
116116
'EGFR - D761Y - Non-Small Cell Lung Cancer - Osimertinib'
117117
]
118-
}
118+
},
119+
'11022018': {
120+
'Level 2': [
121+
'RET - Fusions - Non-Small Cell Lung Cancer - LOXO-292 (<b>added as new association</b>)',
122+
]
123+
},
119124
};
120125
$scope.data.newlyAddedLevelFour = [
121126
{

app/views/news.html

+25
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,31 @@
1919
</p>
2020
<p ng-bind-html="data.citationURL"></p>
2121
</div>
22+
<h3>November 2, 2018</h3>
23+
<div>
24+
<ul>
25+
<li>Updated Actionable Genes
26+
<div class="row">
27+
<table class="table">
28+
<thead>
29+
<th class="col-lg-1 col-sm-2 col-xs-3">Level</th>
30+
<th class="col-lg-11 col-sm-10 col-xs-9">Update</th>
31+
</thead>
32+
<tbody>
33+
<tr ng-repeat="(key, value) in data.updatedActionableGenes['11022018']">
34+
<td>{{key}}</td>
35+
<td>
36+
<ul>
37+
<li ng-repeat="item in value"><span ng-bind-html="item"></span></li>
38+
</ul>
39+
</td>
40+
</tr>
41+
</tbody>
42+
</table>
43+
</div>
44+
</li>
45+
</ul>
46+
</div>
2247
<h3>October 26, 2018</h3>
2348
<div>
2449
<ul>

0 commit comments

Comments
 (0)