AngularJS noob here, on my path to the Angular Enlightenment :)
Here\'s the situation:
I have implemented a service \'AudioPlayer\' inside my module \'app\' and
When you have a click event the $scope is updated, without the event you'll need to use $apply
$scope.$apply(function () { $scope.current = track; });