js-beautify all the controllers, services and directives (and jshint)

This commit is contained in:
Emory P 2014-02-12 01:18:36 -05:00
parent 95f7ef53f2
commit bb7d018de4
23 changed files with 2533 additions and 3446 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;
});