charwking / movie-club

A web app for running a work movie club
MIT License
3 stars 5 forks source link

Refactor dashboard controller #157

Closed charwking closed 8 years ago

charwking commented 8 years ago

A small refactor to dashboard.controller.js. This binds the entire users array to the vm instead of just the usernames. This has the effect of causing the dashboard to update in real-time if users join, leave, or change their username.