8 lines
242 B
HTML
8 lines
242 B
HTML
<h2 class="section-title">{{config.title}}</h2>
|
|
<section class="dashboard-section">
|
|
<ul class="form-field">
|
|
<li ng-repeat="obsGroup in observations">
|
|
<span> {{obsGroup.value}} </span>
|
|
</li>
|
|
</ul>
|
|
</section> |