Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit b44639d

Browse files
authored
Merge pull request #206 from CurtlyCritchlow/trunk
FEATURE: atDude Tutorial Steps 4, 5 & 6
2 parents 63de8c7 + 91ef4ab commit b44639d

File tree

9 files changed

+1071
-35
lines changed

9 files changed

+1071
-35
lines changed

content/docs/tutorials/at-dude/3-app_architecture/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The controller files will be saved in this folder.
5252

5353
#### Services
5454

55-
The services fetch data from the network or local storage and returns it to the controllers.
55+
The services fetch data from the network or local storage and return it to the commands.
5656

5757
In your terminal type:
5858

@@ -65,6 +65,6 @@ The services files will be saved in this folder.
6565

6666
#### Conclusion
6767

68-
The controllers will call the services to fetch data from the network and then send the fetched data to the model. The views are bound to the model using provider or an alternative. As the models are updated the views will be updated. Alternatively the controller can update the views directly.
68+
The commands will call the services to fetch data from the network and then send the fetched data to the model. The views are bound to the model using provider or an alternative. As the models are updated the views will be updated. Alternatively the commands can update the views directly.
6969

7070
In the next step we'll explore this further as we implement onboarding on the atPlatform.
21.8 KB
Loading

0 commit comments

Comments
 (0)