I have problem with zeros like above :
in html I have :
<div class="form-group form-group-default">
<label>Numéro</label>
<input class="form-control" style="margin-bottom: 11px;" placeholder="(+33)57 24 05 99" ng-model="produit.telephone">
</div>
the model is:
telephone: {type: Number, default: null}
when I put a number which has zero on the left, it will not be considered.
for instance when I put 0160206576, it will be saved as 160206576