1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/assets/javascripts/controllers/mpd-client.controller.js
2014-04-15 15:32:17 +01:00

6 lines
149 B
JavaScript

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