Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Angular js</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.27/angular.min.js"></script>
</head>
<body ng-app>
<div>
 
 10+40 ={{ 10 + 40 }}
 </br>
 1===2 ? : {{ 1==2 }}
</div>
  
<div>
 10+30 ={{ 10 + 30 }}
 </br>
 1===2 ? : {{ 1==2 }}
</div>
</body>
</html>
Output

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

Dismiss x