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 --- .../guide/dev_guide.bootstrap.auto_bootstrap.ngdoc | 8 ++++---- .../dev_guide.bootstrap.manual_bootstrap.ngdoc | 10 ++++----- docs/content/guide/dev_guide.bootstrap.ngdoc | 2 +- .../guide/dev_guide.di.understanding_di.ngdoc | 4 ++-- docs/content/guide/dev_guide.forms.ngdoc | 24 +++++++++++----------- docs/content/guide/dev_guide.i18n.ngdoc | 2 +- .../dev_guide.mvc.understanding_controller.ngdoc | 17 +++++++-------- .../guide/dev_guide.mvc.understanding_model.ngdoc | 4 ++-- .../guide/dev_guide.mvc.understanding_view.ngdoc | 4 ++-- docs/content/guide/dev_guide.overview.ngdoc | 8 ++++---- .../content/guide/dev_guide.scopes.internals.ngdoc | 14 ++++++------- docs/content/guide/dev_guide.scopes.ngdoc | 2 +- .../dev_guide.scopes.understanding_scopes.ngdoc | 2 +- .../guide/dev_guide.services.$location.ngdoc | 2 +- .../guide/dev_guide.templates.css-styling.ngdoc | 4 ++-- docs/content/guide/dev_guide.templates.ngdoc | 4 ++-- 16 files changed, 56 insertions(+), 55 deletions(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc b/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc index 2567cf68..6fbb528d 100644 --- a/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc +++ b/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc @@ -2,7 +2,7 @@ @name Developer Guide: Initializing Angular: Automatic Initialization @description -For Angular to manage the DOM for your application, it needs to compile some or all of an HTML page. Angular does this initialization automatically when you load the angular.js script into your page and insert an `ng-app` directive (attribute) into one of the page's elements. For example, we can tell Angular to initialize the entire document: +For Angular to manage the DOM for your application, it needs to compile some or all of an HTML page. Angular does this initialization automatically when you load the angular.js script into your page and insert an `ngApp` directive (attribute) into one of the page's elements. For example, we can tell Angular to initialize the entire document:
@@ -16,7 +16,7 @@ For Angular to manage the DOM for your application, it needs to compile some or