no message

This commit is contained in:
Diamantis Tziotzios 2017-12-12 10:07:33 +02:00
parent 6f75b9fc00
commit f3ac0b6e82
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@
<div class="ui-g" ng-sidebar-content>
<button type="button" style="margin: 15px;" class="btn btn-primary" (click)="toggleSidebar()" icon="fa-arrow-left">Table Of Contents</button>
<button type="button" style="margin-top: 15px;margin-bottom: 15px;margin-right: 15px;" class="btn btn-primary" (click)="submit();">Save and Finalize</button>
<progress-bar class="ui-g" *ngIf="progressbar" [formGroup]=form></progress-bar>
<div class="ui-g-12">
<p-steps [model]="stepperItems" [activeIndex]="this.currentPageIndex" (activeIndexChange)="changePageIndex($event)" [readonly]="false"></p-steps>
</div>

View File

@ -1 +1 @@
<p-progressBar [value]="value" [style]="{'height': '30px'}"></p-progressBar>
<p-progressBar [value]="value" [style]="{'height': '30px'}"></p-progressBar>