From 716b5fd3e24e11986ded2cc381b9fbb77971a1e2 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 13 Mar 2012 23:00:30 -0700 Subject: docs(*): fixing various docs --- docs/content/guide/dev_guide.overview.ngdoc | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'docs/content/guide/dev_guide.overview.ngdoc') diff --git a/docs/content/guide/dev_guide.overview.ngdoc b/docs/content/guide/dev_guide.overview.ngdoc index b0e9e2f9..4c9c2953 100644 --- a/docs/content/guide/dev_guide.overview.ngdoc +++ b/docs/content/guide/dev_guide.overview.ngdoc @@ -79,12 +79,10 @@ easier a web developer's life can if they're using angular: Try out the Live Preview above, and then let's walk through the example and describe what's going on. -In the `` tag, we add an attribute to let the browser know about the angular namespace. -This ensures angular runs nicely in all major browsers. We also specify that it is an angular -application with the `ng-app` directive. The `ng-app' will cause the angular to {@link -dev_guide.bootstrap auto initialize} your application. +In the `` tag we specify that this is an angular application with the `ng-app` directive. +The `ng-app' will cause the angular to {@link dev_guide.bootstrap auto initialize} your application. - + We load the angular using the `