From 82d90a409692e97a79c3bf4708ee80796c7de2d6 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 6 Apr 2012 16:35:17 -0700 Subject: fix(docs): change all directive references to use the normalized names --- docs/content/guide/dev_guide.bootstrap.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 5ca7d1a8..02351ede 100644 --- a/docs/content/guide/dev_guide.bootstrap.ngdoc +++ b/docs/content/guide/dev_guide.bootstrap.ngdoc @@ -7,7 +7,7 @@ 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 (`ngApp`) 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