Jamstash/js/controllers/queue.js
Trevor Squillario 95f7ef53f2 3.2.2
2014-02-08 00:22:54 -05:00

8 lines
309 B
JavaScript

JamStash.controller('QueueCtrl',
function QueueCtrl($scope, $rootScope, $routeParams, $location, utils, globals, json, notifications) {
$scope.settings = globals.settings;
//$scope.song = $rootScope.queue;
//angular.copy($rootScope.queue, $scope.song);
$scope.song = $rootScope.queue;
});