AngularJS Example:
HTML
<div ng-app ng-init="myOne={}">
<div ng-repeat="n in [42, 42, 43, 43]" >
<label>Name:</label>
<input type="text" ng-model="myOne.name" placeholder="Enter a name here" value="sadfsaf">
<input type="text" ng-model="myOne.name" ng-value="segsegsegesg">
<hr>
<h1>Hello {{yourName}}!</h1>
</div>
</div>
CSS
</style> <!-- Ugly Hack due to jsFiddle issue: http://goo.gl/BUfGZ -->
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.min.js"></script>
<style>