|
|
|
|
@ -52,10 +52,6 @@
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(2)" item-start />
|
|
|
|
|
<ion-label><p>{{isUpperCase.text}}</p></ion-label>
|
|
|
|
|
</ion-item> -->
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(1)" item-start />
|
|
|
|
|
<ion-label><p>{{isLetterCase.text}}</p></ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
<ion-item lines='none'>
|
|
|
|
|
<img class="item-icon" [src]="checkerFuncation(3)" item-start />
|
|
|
|
|
<ion-label><p>{{isHasDigit.text}}</p></ion-label>
|
|
|
|
|
|