Hi,
I was creating one simple form and code in Angular.js. It was my first day of working with Angular.js. Following is the code to start with
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Angular Forms</title>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/angular.js"></script>
</head>
I was creating one simple form and code in Angular.js. It was my first day of working with Angular.js. Following is the code to start with
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Angular Forms</title>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/angular.js"></script>
</head>