I\'m trying to figure out how you handle binding properly when my data is stored in a service.
I can get things working if it put the service into the $scope and the
I think, even more elegant is to work with promises (see $q.deferred()) and to resolve them asynchronously. In the promise function you can then assign the data to $scope's members.
$q.deferred()
$scope