Skip to content

Commit

Permalink
removing un necessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
govi2010 committed Dec 11, 2019
1 parent 1385494 commit 4745bb5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
43 changes: 28 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@
<ion-text color="light"><h2>{{ 'addAmount' | translate }}</h2></ion-text>
</ion-item>


<ion-input class="action-input" type="text" appDecimalDigitsDirective name="amount" [(ngModel)]="amount" (ionFocus)="focusOnInput()"></ion-input>


<!-- <ion-item class="action-input">
<ion-input type="text" appDecimalDigitsDirective name="amount" [(ngModel)]="amount" (ionFocus)="focusOnInput()"></ion-input>
</ion-item> -->

<ion-item class="footer-modal">
<ion-buttons slot="end">
<ion-button (click)="cancelModal()" class="cancel-button">Cancel</ion-button>
<ion-button [color]="actionType" (click)="onAmountAdded()">Done</ion-button>
</ion-buttons>
</ion-item>
</ion-content>
</ion-content>

0 comments on commit 4745bb5

Please sign in to comment.