Validate forms the Angular way. Also: Validate on submit.

This commit is contained in:
Your Name 2014-06-06 18:24:40 +02:00
parent caf732a04c
commit 2a0b2add0d
9 changed files with 51 additions and 43 deletions
app/styles

View file

@ -40,3 +40,7 @@ a[target="_blank"]:after {
font-size: 0.8em;
margin-left: 0.1em;
}
.has-error .help-block {
color: $text-color;
}