<!DOCTYPE html>
<!DOCTYPE html>
<html ng-app>
<head>
<title> </title>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.4/angular.min.js"></script>
<script>
function homeCTRl($scope){
}
</script>
</head>
<body>
<div ng-controller="homeCTRl">
<table width="500" border="1">
<tr>
<td width="50%" >
<input ng-model="myValue"/>
</td>
<td >
<input ng-model="myValue"/>
</td>
</tr>
</table>
</div>
</body>
</html>