From 039041e3ae77afe51c0f8d9eab0ea12c9412d6f2 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 17 Jan 2012 11:00:25 -0800 Subject: docs: syntax highlight auto bootstrap code example --- .../guide/dev_guide.bootstrap.auto_bootstrap.ngdoc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc b/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc index ff14a703..6129056c 100644 --- a/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc +++ b/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc @@ -5,14 +5,17 @@ Angular initializes automatically when you load the angular script into your page that contains an element with `ng:app` directive: - -
- - - - I can add: {{ 1+2 }}. - - +
+
+
+
+
+
+
+ I can add: {{ 1+2 }}.
+
+
+
From a high-level view, this is what happens during angular's automatic initialization process:
--
cgit v1.2.3