Skip to content

Commit fa644f7

Browse files
authored
Merge pull request ember-learn#312 from ember-learn/locks-patch-2
Update index.md
2 parents 6903ba9 + 5f82a23 commit fa644f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/v3.5.0/controllers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ We can see that if the property `isExpanded` is toggled to true, we will show th
9696

9797
### Common questions
9898

99-
###### Should we use controllers in my application? I've heard they're going away!
99+
#### Should we use controllers in my application? I've heard they're going away!
100100

101101
Yes! Controllers are still an integral part of an Ember application architecture, and generated by the framework even if you don't declare a Controller module explicitly.
102102

103-
###### When should we create a Controller?
103+
#### When should we create a Controller?
104104

105105
* We want to pass down actions or variables to share with a Route’s child components
106106
* We have a computed property that depends on the results of the model hook

0 commit comments

Comments
 (0)