fix
This commit is contained in:
@@ -25,6 +25,15 @@
|
||||
<a href="javascript:;" (click)="selectCategory(category)" title="{{category.name}}">{{category.name}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul *ngIf="categoryAddShow">
|
||||
<mat-form-field class="example-full-width">
|
||||
<mat-label>Code</mat-label>
|
||||
<input matInput [(ngModel)]="categoryAddName">
|
||||
</mat-form-field>
|
||||
</ul>
|
||||
<ul *ngIf="!categoryAddShow">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user