Simple validation through AngularJS directives.
A Pen by Bruno Scopelliti on CodePen.
| @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,700italic,400,300,600,700,800); | |
| body { | |
| margin:0; | |
| padding:0; | |
| font-family: Verdana; | |
| font-size: 14px | |
| } | |
| p { | |
| color:#000; | |
| clear:both; |
Simple validation through AngularJS directives.
A Pen by Bruno Scopelliti on CodePen.