fixed sensor config

This commit is contained in:
snoop
2018-02-22 19:11:41 +09:00
parent 243826905b
commit 00c7f59d02
5 changed files with 114 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
<div fxLayout="row" fxLayoutWrap fxLayoutAlign="center">
<div *ngIf="step == 1">
<div *ngIf="step == 2">
<of-sensor-setting></of-sensor-setting>
</div>
<div *ngIf="step == 2">
<div *ngIf="step == 1">
<of-sensor-setting-result></of-sensor-setting-result>
</div>
<div fxLayout="col" fxLayoutWrap fxLayoutAlign="center">
<button mat-button (click)="onCloseCancel()">Cancel</button>
스텝 순서를 바꿨으니 나중에 바꾸잡
<button mat-button (click)="onNext()">Next</button>
</div>