Salut j'ai un petit soucis avec une formule de pourcentage.
J'utilise angular
J'ai 2 champs et je voudrais le pourcentage
Mais cela me retourne null
Par contre si je remplace "total" et "pourcentage" par de vrai nombre cea fonctionne bizarre non ?
<input type="number" ng-model="pourcentage" name="pourcentage" ng-minlength="1" ng-maxlength="4" value="5">
<input type="hidden" ng-model="total" value="50" ng-minlength="1" ng-maxlength="4">
{{ ((total * pourcentage)/100) }}