refactor(bindings): remove the decoration of the DOM with errors.

Only $exceptionHandler gets notified now.
This commit is contained in:
Misko Hevery
2011-08-24 21:50:12 -07:00
committed by Igor Minar
parent 1942861472
commit e86c435349
4 changed files with 25 additions and 98 deletions

View File

@@ -8,17 +8,6 @@
color: red;
}
.ng-exception {
border: 2px solid #FF0000;
font-family: "Courier New", Courier, monospace;
font-size: smaller;
white-space: pre;
}
.ng-validation-error {
border: 2px solid #FF0000;
}
/*****************
* indicators
*****************/