From 075c089b5cbe72e95ec96638f8925aeb44824f7c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 27 Apr 2012 15:18:54 -0700 Subject: docs(tutorial): update all the remaining steps I made some diagrams and portions of the text that are stil stale invisible. We'll fix these in the next relese. --- docs/content/tutorial/step_00.ngdoc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docs/content/tutorial/step_00.ngdoc') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 63123926..3cf1c172 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -149,16 +149,17 @@ The code contains some key Angular elements that we will need going forward. __`app/index.html`:__
 
-
+
 
   
-  my angular app
+  My HTML File
   
+  
   
 
 
 
-  Nothing here {{'yet' + '!'}}
+  

Nothing here {{'yet' + '!'}}

@@ -245,8 +246,9 @@ scripts and a simple example app, all pre-configured for developing a typical we For the purposes of this tutorial, we modified the angular-seed with the following changes: * Removed the example app -* Added phone images to `app/img/phones` -* Added phone data files (JSON) to `app/phones` +* Added phone images to `app/img/phones/` +* Added phone data files (JSON) to `app/phones/` +* Added [Bootstrap](http://twitter.github.com/bootstrap/) files to `app/css/` and `app/img/` @@ -265,9 +267,9 @@ Now let's go to {@link step_01 step 1} and add some content to the web app. -Move elsewhere: - +
Note: During the bootstrap the injector and the root scope will then be associated with the element on which the `ngApp` directive was declared, so when debugging the app you can retrieve them from browser console via `angular.element(rootElement).scope()` and `angular.element(rootElement).injector()`. +
-- cgit v1.2.3