Skip to content

Commit

Permalink
Backported the Zoey Says to 3.15-3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Feb 27, 2021
1 parent d473976 commit 7a35e99
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 0 deletions.
17 changes: 17 additions & 0 deletions guides/v3.15.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.16.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.17.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.18.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.19.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.20.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.21.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.22.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.23.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down
17 changes: 17 additions & 0 deletions guides/v3.24.0/applications/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
<p>
You might ask, how can I find the name of a factory?
</p>
<p>
Factories are kebab-cased and directories are followed by a forward slash. For example, a controller <code>app/controllers/users/primary-teachers</code> is registered as <code>controller:users/primary-teachers</code>.
</p>
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

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')`.
Expand Down

0 comments on commit 7a35e99

Please sign in to comment.