From 489a2b97e7510e7f6eb39875453f7fb67734ec5b Mon Sep 17 00:00:00 2001 From: markau <20metresbelow@gmail.com> Date: Thu, 15 May 2014 14:29:29 +0930 Subject: [PATCH] Fixed typo in concepts.ngdoc The service is in finance2.js --- docs/content/guide/concepts.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 740c49069403..fd8e80ecb802 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -254,7 +254,7 @@ Let's refactor our example and move the currency conversion into a service in an What changed? We moved the `convertCurrency` function and the definition of the existing currencies -into the new file `finance.js`. But how does the controller +into the new file `finance2.js`. But how does the controller get a hold of the now separated function? This is where "{@link di Dependency Injection}" comes into play.