From 8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 13 Mar 2012 19:36:09 -0700 Subject: docs(links): corrected borken links --- docs/content/guide/dev_guide.bootstrap.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/dev_guide.bootstrap.ngdoc') diff --git a/docs/content/guide/dev_guide.bootstrap.ngdoc b/docs/content/guide/dev_guide.bootstrap.ngdoc index 83b26aea..6974ce49 100644 --- a/docs/content/guide/dev_guide.bootstrap.ngdoc +++ b/docs/content/guide/dev_guide.bootstrap.ngdoc @@ -7,14 +7,14 @@ angular should process and manage the page. To initialize angular you do the fol * Specify the angular namespace in the `` page * Choose which flavor of angular script to load (debug or production) -* Specify whether or not angular should process and manage the page automatically (`ng:app`) +* Specify whether or not angular should process and manage the page automatically (`ng-app`) The simplest way to initialize angular is to load the angular script and tell angular to compile and manage the whole page. You do this as follows:
 
-
+
   
     ...
   
-- 
cgit v1.2.3