From 4ff42ed8103a6ce1142a4bc8705a5cb76fb917fa Mon Sep 17 00:00:00 2001 From: "L. Preston Sego III" Date: Tue, 11 Jun 2019 17:54:01 -0400 Subject: [PATCH 1/2] Update 2019-06-08-the-ember-times-issue-102.md --- source/2019-06-08-the-ember-times-issue-102.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2019-06-08-the-ember-times-issue-102.md b/source/2019-06-08-the-ember-times-issue-102.md index fb5243668..cbca47e95 100644 --- a/source/2019-06-08-the-ember-times-issue-102.md +++ b/source/2019-06-08-the-ember-times-issue-102.md @@ -17,9 +17,9 @@ responsive: true ## [RFC for an alternative to Controllers 🥴](https://github.com/emberjs/rfcs/pull/499) [@NullVoxPopuli](https://github.com/NullVoxPopuli) proposed **two** RFCs to outline how we can eventually remove controllers from Ember. - [RFC 499](https://github.com/emberjs/rfcs/pull/499) proposes an alternative way of rendering templates for a particular route. (if some of you remember routable components, this isn't that 😉) - - [RFC 380](https://github.com/emberjs/rfcs/pull/380) proposes a service for handling query parameters, as well as a `@queryParam` **decorator** for accessing query parameters anywhere in your app: Routes, Components, etc. 🎉 + - [RFC 380](https://github.com/emberjs/rfcs/pull/380) proposes adding a `queryParams` property the `RouterService` for accessing query parameters anywhere in your app: Routes, Components, etc. 🎉 -With these two RFCs, we'll eventually be able to deprecate Controllers. 🔥🔥🔥 Read, comment, and spread the word! 🖊️ +With these two RFCs, we're heading in the right direction for eventually being able to deprecate Controllers. 🔥🔥🔥 Read, comment, and spread the word! 🖊️ --- From 2326c39ff73d27b7d9239487d7a256b267728930 Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Wed, 12 Jun 2019 10:58:52 -0500 Subject: [PATCH 2/2] Update source/2019-06-08-the-ember-times-issue-102.md --- source/2019-06-08-the-ember-times-issue-102.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-06-08-the-ember-times-issue-102.md b/source/2019-06-08-the-ember-times-issue-102.md index cbca47e95..226213ade 100644 --- a/source/2019-06-08-the-ember-times-issue-102.md +++ b/source/2019-06-08-the-ember-times-issue-102.md @@ -17,7 +17,7 @@ responsive: true ## [RFC for an alternative to Controllers 🥴](https://github.com/emberjs/rfcs/pull/499) [@NullVoxPopuli](https://github.com/NullVoxPopuli) proposed **two** RFCs to outline how we can eventually remove controllers from Ember. - [RFC 499](https://github.com/emberjs/rfcs/pull/499) proposes an alternative way of rendering templates for a particular route. (if some of you remember routable components, this isn't that 😉) - - [RFC 380](https://github.com/emberjs/rfcs/pull/380) proposes adding a `queryParams` property the `RouterService` for accessing query parameters anywhere in your app: Routes, Components, etc. 🎉 + - [RFC 380](https://github.com/emberjs/rfcs/pull/380) proposes adding a `queryParams` property to the `RouterService` for accessing query parameters anywhere in your app: Routes, Components, etc. 🎉 With these two RFCs, we're heading in the right direction for eventually being able to deprecate Controllers. 🔥🔥🔥 Read, comment, and spread the word! 🖊️