Commit local changes

This commit is contained in:
Trevor Squillario 2014-02-22 18:56:13 -05:00
parent bb7d018de4
commit 310c79f63c
16 changed files with 2134 additions and 2520 deletions

View file

@ -1,8 +1,8 @@
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);
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;
});
$scope.song = $rootScope.queue;
});