13 lines
337 B
HTML
13 lines
337 B
HTML
<h1> Jäsenhakemukset </h1>
|
|
|
|
<div>
|
|
<table id="choose-address-table" class="ui-widget ui-widget-content">
|
|
<tbody>
|
|
<tr ng-repeat="x in applications">
|
|
<th>{{ x.submitted }}</th>
|
|
<th>{{ x.member }}</th>
|
|
<input type="button" value="More info" class="btn btn-primary" ng-click="show(x.)"/>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div> |