Commit c117222c6ad17761a36eb04be86f22d60d04bc17
1 parent
477eccd4
Exists in
master
no message
Showing
3 changed files
with
5 additions
and
4 deletions
Show diff stats
src/app/dashboard/dashboard.component.html
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | </div> |
55 | 55 | <br> |
56 | 56 | <br> |
57 | - <button class="btn btn-default " *ngFor="let name of ButtonValue" (click)="getButton1(name.valueN)" style="margin-left: 5px; margin-top: 2px;">{{ name.name }}</button> | |
57 | + <button type="button" class ="btn btn-default" *ngFor="let name of ButtonValue" (click)="getButton1(name.valueN)" style="margin-left: 5px; margin-top: 2px;">{{ name.name }}</button> | |
58 | 58 | <hr> |
59 | 59 | <br> |
60 | 60 | </div> | ... | ... |
src/app/dashboard/dashboard.component.scss