diff options
| author | Pop | 2014-01-13 15:05:09 -0500 |
|---|---|---|
| committer | Vojta Jina | 2014-01-13 16:24:56 -0800 |
| commit | 465212835f1bbd81a2872015a543cbb1bc585e2e (patch) | |
| tree | aaad89ccfe8e55ce42e3bcc26c8d8a8f893bee87 /docs/content/guide/concepts.ngdoc | |
| parent | b3acddea37aca9f8e3f881100b5af657194d262a (diff) | |
| download | angular.js-465212835f1bbd81a2872015a543cbb1bc585e2e.tar.bz2 | |
docs(guide): fix a typo
Diffstat (limited to 'docs/content/guide/concepts.ngdoc')
| -rw-r--r-- | docs/content/guide/concepts.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 4667339c..34ad14a8 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -184,7 +184,7 @@ The following graphic shows how everything works together after we introduced th # View independent business logic: Services Right now, the `InvoiceController` contains all logic of our example. When the application grows it -is a good practise to move view independent logic from the controller into a so called +is a good practice to move view independent logic from the controller into a so called <a name="service">"{@link dev_guide.services service}"</a>, so it can be reused by other parts of the application as well. Later on, we could also change that service to load the exchange rates from the web, e.g. by calling the Yahoo Finance API, without changing the controller. |
