Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js"></script>
<meta charset=utf-8 />
<title>Exemple ppour Pierre</title>
</head>
<body ng-app>
    <div ng-controller="myCtrl">
      
      La TVA est de {{tva}}%, sur un prix de {{prix}} euros.
      <p>
        Le prix TTC est de {{tva*(1+prix)}} euros
      </p>
      <br/>
      
      Changer la valeur du taux: <input type="text" ng-model="tva">
      
      <p></p>
      
      
    </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
micbuffapro
0viewers