diff options
Diffstat (limited to 'docs/content/guide/dev_guide.bootstrap.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.bootstrap.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 `<html>` 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: |
