<!DOCTYPE html>
<html>

  <head>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.2/angular.min.js"></script>
  </head>

  <body ng-app="">
<h1>By Webune.com</h1>
<form name="exampleForm">
email: <br> 
<input type="email" ng-model="exampleForm.email" required formnovalidate><br>
<input type="button" value="Submit">
</form> 
Form State:<pre style="border:solid 1px;padding:5px">{{exampleForm | json}} </pre>



  </body>

</html>
// Code goes here

/* Styles go here */