ANgular.js – “The Basics”

<!doctype html>
<html ng-app>
<head>
<script src=”https://ajax.googleapis.com/ajax/libs/angularjs/1.0.8/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>

AngularJs – “Awesome Js Library by Google”

 

Angular.js
Angular.js

<!doctype html>
<html ng-app>
<head>
<script src=”https://ajax.googleapis.com/ajax/libs/angularjs/1.0.8/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>

 

Hope this Library will be very useful for you!!! Start to like it and Create something New coz It’s Really Awesome