Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app>
<head>
  <meta charset="utf-8">
  <title>AngularJS Hello World</title>
</head>
<body>
<input type="text" ng-model="name" 
  placeholder="Enter your name">
<h1>Hello <span ng-bind="name"></span></h1>
<script src="https://cdn.jsdelivr.net/angularjs/1.2.28/angular.min.js"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
riafanpro
0viewers