DarkShield / daDashboard

Dashboard Frontend
0 stars 0 forks source link

Eliminate $rootScope.broadcast #44

Closed ProZachJ closed 9 years ago

ProZachJ commented 10 years ago

Now that we know how to do the databinding correctly with $http in a service, I'd like to refactor to not use this.

ProZachJ commented 10 years ago

The key to getting the UI to update data from a service is to pass a reference to the getting all the way into the template so that the function call is made each digest.