Hi there,
I’m still relatively new to Ember. I’m trying to write a reactive template that will re-render when a component updates a model on our controller. The change is successful, but my template does not re-render and the user cannot view the new model state. Here is a fiddle demo-ing the problem. It includes some fixture data - a few User. A User will have a name, email, and a status (pending, approved, rejected).
I’d like to understand what I’m doing wrong, and how to fix it