name : ps
This commit is contained in:
parent
f51fb7e5f9
commit
84d71649a5
@ -128,7 +128,7 @@
|
||||
<ion-icon item-start="" class="lettericon" [style.background]="bgColortempForm[i]">{{tempForm.form_name[0] | slice : 0 :1 | uppercase}}</ion-icon>
|
||||
<ion-row>
|
||||
<ion-col col-5>
|
||||
<h2 style="font-size:20px;">{{tempForm.form_name}}</h2>
|
||||
<h2 style="font-size:20px;">{{tempForm.form_id != 19 ? tempForm.form_name : 'Neighbourhood'}}</h2>
|
||||
<!-- <p>{{category.answerd_count}} / {{category.questions_count}} Questions</p> -->
|
||||
</ion-col>
|
||||
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
<button ion-button menuToggle>
|
||||
<ion-icon name="menu"></ion-icon>
|
||||
</button>
|
||||
<ion-title *ngIf="!viewchange">{{FormId.form_name}}</ion-title>
|
||||
<ion-title *ngIf="!viewchange">Neighbourhood</ion-title>
|
||||
<!-- {{FormId.form_name}} -->
|
||||
|
||||
|
||||
</ion-navbar>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user