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: