Desktop Preview
Desktop
Preview
Portrait Phone Preview
Mobile
320x568
Landscape Phone Preview
Mobile
568x320
Portrait Pad Preview
Tablet
768x1024
Landscape Pad Preview
Tablet
1024x768
Coding Ground

Online AngularJS Editor (AngularJS v1.3.3)

  
           
Result
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3
        /angular.min.js"></script>
</head>
<body>
<div>
<label>Name:</label>
<input type="text" ng-model="yourName" placeholder="Enter a name here">
<hr>
<h1>Hello {{yourName}}!</h1>
</div>
</body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX