mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 11:37:38 +08:00
refactor(bindings): remove the decoration of the DOM with errors.
Only $exceptionHandler gets notified now.
This commit is contained in:
@@ -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
|
||||
*****************/
|
||||
|
||||
Reference in New Issue
Block a user