I'm currently dealing with an input field that looks like this:
<input type="text" class="form-control pull-right" ng-model="ceremony.CeremonyFee | number:2">
Although it is displaying correctly, I've noticed that it's disabled. The error message I'm getting is "[ngModel:nonassign] Expression 'ceremony.CeremonyFee | number:2' is non-assignable". While I understand why this error occurs, I'm unsure how to resolve it for an input field. Any help would be greatly appreciated. Thank you.