1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00

Code formatting.

This commit is contained in:
Dan Barber 2014-04-15 16:57:26 +01:00
parent 87bc4a434a
commit 566147cf63

View File

@ -1,5 +1,3 @@
mpdClient.controller('mpd-client', function ($rootScope, $scope) {
$scope.showLibrary = function () {
$scope.$broadcast('library:show')
}
$scope.showLibrary = function () { $scope.$broadcast('library:show') }
})