From 7a35e99de882f2ee5c5c297bf7903aacab01e460 Mon Sep 17 00:00:00 2001 From: Isaac Lee Date: Sat, 27 Feb 2021 09:00:31 +0100 Subject: [PATCH] Backported the Zoey Says to 3.15-3.24 --- .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ .../applications/dependency-injection.md | 17 +++++++++++++++++ 10 files changed, 170 insertions(+) diff --git a/guides/v3.15.0/applications/dependency-injection.md b/guides/v3.15.0/applications/dependency-injection.md index 29f0df6d5a..5c0418468c 100644 --- a/guides/v3.15.0/applications/dependency-injection.md +++ b/guides/v3.15.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.16.0/applications/dependency-injection.md b/guides/v3.16.0/applications/dependency-injection.md index 2ba6aced95..aeb5a3d45d 100644 --- a/guides/v3.16.0/applications/dependency-injection.md +++ b/guides/v3.16.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.17.0/applications/dependency-injection.md b/guides/v3.17.0/applications/dependency-injection.md index fd2dded282..f8fd3c770a 100644 --- a/guides/v3.17.0/applications/dependency-injection.md +++ b/guides/v3.17.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.18.0/applications/dependency-injection.md b/guides/v3.18.0/applications/dependency-injection.md index 2fb1619295..7f94415367 100644 --- a/guides/v3.18.0/applications/dependency-injection.md +++ b/guides/v3.18.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.19.0/applications/dependency-injection.md b/guides/v3.19.0/applications/dependency-injection.md index d8acabd586..9c7b0601ca 100644 --- a/guides/v3.19.0/applications/dependency-injection.md +++ b/guides/v3.19.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.20.0/applications/dependency-injection.md b/guides/v3.20.0/applications/dependency-injection.md index 2c88c0be16..cbd1ed811f 100644 --- a/guides/v3.20.0/applications/dependency-injection.md +++ b/guides/v3.20.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.21.0/applications/dependency-injection.md b/guides/v3.21.0/applications/dependency-injection.md index c91555de65..77bdf9f6f8 100644 --- a/guides/v3.21.0/applications/dependency-injection.md +++ b/guides/v3.21.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.22.0/applications/dependency-injection.md b/guides/v3.22.0/applications/dependency-injection.md index d5c414f83f..4fdda81d29 100644 --- a/guides/v3.22.0/applications/dependency-injection.md +++ b/guides/v3.22.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.23.0/applications/dependency-injection.md b/guides/v3.23.0/applications/dependency-injection.md index a9ec311e21..fb09d2d508 100644 --- a/guides/v3.23.0/applications/dependency-injection.md +++ b/guides/v3.23.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`. diff --git a/guides/v3.24.0/applications/dependency-injection.md b/guides/v3.24.0/applications/dependency-injection.md index 1266474bd6..61795ddfeb 100644 --- a/guides/v3.24.0/applications/dependency-injection.md +++ b/guides/v3.24.0/applications/dependency-injection.md @@ -35,6 +35,23 @@ The first segment is the framework factory type, and the second is the name of t Hence, the `index` template has the key `template:index`. Ember has several built-in factory types, such as `service`, `route`, `template`, and `component`. +
+
+
+
Zoey says...
+
+

+ You might ask, how can I find the name of a factory? +

+

+ Factories are kebab-cased and directories are followed by a forward slash. For example, a controller app/controllers/users/primary-teachers is registered as controller:users/primary-teachers. +

+
+
+ +
+
+ You can create your own factory type by simply registering a factory with the new type. For example, to create a `user` type, you'd simply register your factory with `application.register('user:user-to-register')`.