Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
<div class="flex-2 p-2">
<span *ngIf="!charge.isnew() && !charge.ischanged()">{{charge.estimated_cost() | currency}}</span>
<input *ngIf="charge.isnew() || charge.ischanged()" type="number" min="0" class="form-control"
- i18n-placeholder placeholder="Esimated Cost..." [required]="true"
+ i18n-placeholder placeholder="Estimated Cost..." [required]="true"
[ngModel]="charge.estimated_cost()" (ngModelChange)="charge.estimated_cost($event)"/>
<span *ngIf="charge.fund_debit()">
<br>