From 1b1413a9d48cc2c2593822eef0394fbff3671fd4 Mon Sep 17 00:00:00 2001 From: adeelcap15 Date: Tue, 25 Feb 2014 09:05:52 +0500 Subject: docs(guide/concepts): reference correct module name. Fixed a mistake, changed invoice to invoice2. Closes #6438 --- docs/content/guide/concepts.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 2c48f724..bee2f195 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -271,7 +271,7 @@ including the configuration of all modules that this module depends on. In the example above: The template contains the directive `ng-app="invoice2"`. This tells Angular -to use the `invoice` module as the main module for the application. +to use the `invoice2` module as the main module for the application. The code snippet `angular.module('invoice2', ['finance2'])` specifies that the `invoice2` module depends on the `finance2` module. By this, Angular uses the `InvoiceController` as well as the `currencyConverter` service. -- cgit v1.2.3