Last change
on this file since ceaed42 was ceaed42, checked in by Ema <ema_spirova@…>, 3 years ago |
add location to planner
|
-
Property mode
set to
100644
|
File size:
434 bytes
|
Line | |
---|
1 | <form >
|
---|
2 | <h1 mat-dialog-title>Please select a planner where u want your location to be saved</h1>
|
---|
3 |
|
---|
4 | <table class="table" >
|
---|
5 | <tbody>
|
---|
6 | <tr *ngFor="let planner of planners">
|
---|
7 | <td>{{planner.name}}</td>
|
---|
8 | <td><button mat-raised-button color="primary" (click)="onFormSavePlanner(planner.id)">Save</button></td>
|
---|
9 | </tr>
|
---|
10 |
|
---|
11 | </tbody>
|
---|
12 | </table>
|
---|
13 | </form>
|
---|
14 |
|
---|
15 | <button mat-button (click)="onCancelClick()">Cancel</button>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.