From 924ffafc51cf53ddf97f13ad748bbbf6d80caf13 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 18 May 2011 12:17:16 -0700 Subject: fixing broken links --- docs/content/guide/css.ngdoc | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 docs/content/guide/css.ngdoc (limited to 'docs/content/guide/css.ngdoc') diff --git a/docs/content/guide/css.ngdoc b/docs/content/guide/css.ngdoc new file mode 100644 index 00000000..435186c9 --- /dev/null +++ b/docs/content/guide/css.ngdoc @@ -0,0 +1,46 @@ +@workInProgress +@ngdoc overview +@name Developer Guide: CSS +@description + +# CSS +angular includes built-in CSS classes, which in turn have predefined CSS styles. + +# Built-in CSS classes + +## `ng-exception` + +**Usage:** angular applies this class to a DOM element if that element contains an Expression that +threw an exception when evaluated. + +**Styling:** The built-in styling of the ng-exception class displays an error message surrounded +by a solid red border, for example: + + >
+ +-- cgit v1.2.3