Closed charwking closed 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.
dashboard.controller.js
users
A small refactor to
dashboard.controller.js
. This binds the entireusers
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.