7 lines
86 B
JavaScript
Raw Permalink Normal View History

app.controller('musicCtrl', [
'$scope',
function($scope) {
var vm = this;
2017-08-23 13:26:31 -06:00
}]);