<!DOCTYPE html> <html > <head> <meta charset="UTF-8"/> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script> <style> input.ng-invalid { background-color: #FF9999; } </style> </head> <body> <br/> <br/> <form ng-app="" > Eposta Adresi :<br/> <input type="email" ng-model="productName" required/> </form> </body> </html>Dosyayı İndir