name : ps

This commit is contained in:
venbatechnologies@gmail.com 2019-03-19 20:05:52 +05:30
parent f51fb7e5f9
commit 84d71649a5
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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>