Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<body>
<form ng-app="" name="myForm" ng-init="myText = 'net-raft@net-raft.com'">
Email:
<input type="email" name="myAddress" ng-model="myText" required>
<p>Valid: {{myForm.myAddress.$valid}}</p>
</form>
</body>
</html>
The most helpful ANGULARJS solutions