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
// apply changes $scope.current = track; try { if (!$scope.$$phase) { $scope.$apply($scope.current); } } catch (err) { console.log(err); }