Skip to content

Commit

Permalink
Merge pull request #22 from ember-learn/chrisrng-patch-1
Browse files Browse the repository at this point in the history
blog(embertimes90): bind helper rfc
  • Loading branch information
jayjayjpg authored Mar 22, 2019
2 parents d2f33ee + 5edadfe commit 3911263
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions source/2019-03-22-the-ember-times-issue-90.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: The Ember Times - Issue No. 90
author: Jessica Jordan, Kenneth Larsen, Amy Lam, the crowd
author: Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/03/22-the-ember-times-issue-90.html"
responsive: true
---

هيلو Emberistas! 🐹

This week has been super busy with The Ember Times team reporting from **EmberConf 2019** in Portland Oregon! We are sharing highlights from the conference and news on **Ember Octane** with you 🐹⛽️
This week has been super busy with The Ember Times team reporting from **EmberConf 2019** in Portland Oregon! We are sharing highlights from the conference and news on **Ember Octane** with you 🐹⛽️, read and comment on the new Bind Helper RFC 💖💪, ...

---

Expand All @@ -26,8 +26,13 @@ Also The Ember Times will notify you, as soon as the full recordings of the conf

---

## [SECTION TITLE](#section-url)
## [Bind Helper RFC 💖💪](https://github.com/emberjs/rfcs/pull/470)

Fresh off EmberConf, [@rtablada](https://github.com/rtablada) opened a new RFC that introduces a new helper `bind` to allow clear argument and context scope binding for functions passed in templates.

The idea is for the `bind` helper to take in a function and then the set of arguments that will be partially applied to the function, similar to the JavaScript bind method.

Check out the [full RFC](https://github.com/emberjs/rfcs/pull/470) on GitHub!

---

Expand Down Expand Up @@ -99,4 +104,4 @@ That's another wrap! ✨

Be kind,

Jessica Jordan, Kenneth Larsen, Amy Lam, the crowd and the Learning Team
Chris Ng, Jessica Jordan, Kenneth Larsen, Amy Lam, the crowd and the Learning Team

0 comments on commit 3911263

Please sign in to comment.