I have the field:
<div class="form-group">
<label style="color:white" for="valor">Valor</label>
<div class="input-group">
<input type="number" value = "0" class="form-control" step="any" name="valor" ng-model="contato.valor" required>
...
However, the field is not initializing with the value defined in the value.
Can anyone help me?