Skip to content

Instantly share code, notes, and snippets.

View dhananjay431's full-sized avatar
🎯
Focusing

dbel431 dhananjay431

🎯
Focusing
View GitHub Profile
<!doctype html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
</head>
<body>
<div>
<label>Name:</label>
<input type="text" ng-model="yourName" placeholder="Enter a name here">
<hr>