Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
utlize angular .ng-dirty / .ng-valid / .ng-invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
enkodellc committed Jun 4, 2014
1 parent aab2689 commit 0857f8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/modules/core/css/core.css
Expand Up @@ -6,4 +6,10 @@
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
}
.ng-invalid.ng-dirty{
border-color:#FA787E;
}
.ng-valid.ng-dirty{
border-color:#78FA89;
}

0 comments on commit 0857f8b

Please sign in to comment.