diff options
| author | Misko Hevery | 2011-08-24 21:50:12 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-10-11 10:53:07 -0700 | 
| commit | e86c435349fd68ece54c5e31b834a3848387c933 (patch) | |
| tree | 14692f499bf0dd0a5db685ab888096deb1293b71 /css | |
| parent | 1942861472a4cd8d2d72f2ed54ee2b63be5d68b8 (diff) | |
| download | angular.js-e86c435349fd68ece54c5e31b834a3848387c933.tar.bz2 | |
refactor(bindings): remove the decoration of the DOM with errors.
Only $exceptionHandler gets notified now.
Diffstat (limited to 'css')
| -rw-r--r-- | css/angular.css | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/css/angular.css b/css/angular.css index aadd0a31..89519da6 100644 --- a/css/angular.css +++ b/css/angular.css @@ -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   *****************/ | 
