Last change
on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
449 bytes
|
Rev | Line | |
---|
[ceaed42] | 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 |
|
---|
[59329aa] | 15 | <button type="button" mat-button (click)="onCancelClick()">Cancel</button>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.