Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
finance2.js
1 parent f9264ee commit bdfbcebCopy full SHA for bdfbceb
docs/content/guide/concepts.ngdoc
@@ -254,7 +254,7 @@ Let's refactor our example and move the currency conversion into a service in an
254
255
What changed?
256
We moved the `convertCurrency` function and the definition of the existing currencies
257
-into the new file `finance.js`. But how does the controller
+into the new file `finance2.js`. But how does the controller
258
get a hold of the now separated function?
259
260
This is where <a name="di">"{@link di Dependency Injection}"</a> comes into play.
0 commit comments