Skip to content

Instantly share code, notes, and snippets.

View jtreuting's full-sized avatar

Jeff Treuting jtreuting

  • Accenture
  • Los Angeles, CA
View GitHub Profile
@jtreuting
jtreuting / basic example.html
Last active August 29, 2015 14:00
AngularJS validation error message examples
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<style>
input.ng-invalid, select.ng-invalid {
color: #d43f3a;
border-color: #d43f3a !important;