Small fix

This commit is contained in:
krommydas kyriakos 2017-12-11 10:50:27 +02:00
parent 3acba4ceb6
commit 9e0d989b67
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<div class="ui-g dynamic-formc full-width full-height">
<div class="ui-g dynamic-formc full-width full-height">
<ng-sidebar-container>
<ng-sidebar mode="push" position="right" [(opened)]="visibleSidebar">
<table-of-content class="toc-container full-height" [model]="dataModel"></table-of-content>
@ -9,8 +9,7 @@
<button type="button" 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.currentPage" (activeIndex)="this.paginationService.setCurrentIndex($event)"
[readonly]="false"></p-steps>
<p-steps [model]="stepperItems" [(activeIndex)]="this.currentPage" [readonly]="false"></p-steps>
</div>
<div class="ui-g-12">
<progress-bar *ngIf="form" [formGroup]="form"></progress-bar>