diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html index 04b126ac9..e1244df9c 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html @@ -25,7 +25,7 @@ Category @@ -229,9 +229,9 @@
- skip_previous - chevron_left - chevron_right + skip_previous + chevron_left + chevron_right skip_next @@ -325,9 +325,9 @@
- skip_previous + skip_previous chevron_left - chevron_right + chevron_right skip_next diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.ts index 2118ecebe..6dcd7b8fe 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.ts @@ -122,7 +122,7 @@ loadTemplates(startID:string){ // load question based answer list getAnswers(serachList:any){ - + this.answerList=[]; this._pd.getAnswersForPD(serachList).subscribe( data => { if (data.status == 200) { diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html index 8f8ee07e0..582be1829 100644 --- a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html +++ b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html @@ -24,7 +24,7 @@ Category @@ -166,7 +166,7 @@
{{textBoxForm.controls.pd_question.value}} -
+
diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.ts b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.ts index fd7384441..576298f02 100644 --- a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.ts +++ b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.ts @@ -8,7 +8,8 @@ import { QcService } from './../../qc-service/qc.service'; @Component({ selector: 'app-qc-start', templateUrl: './qc-start.component.html', - styleUrls: ['./qc-start.component.scss'] + styleUrls: ['./qc-start.component.scss'], + }) export class QcStartComponent implements OnInit, OnDestroy { private notifier: NotifierService;