9 lines
No EOL
241 B
JavaScript
9 lines
No EOL
241 B
JavaScript
JamStash.controller('PodcastCtrl',
|
|
function PodcastCtrl($scope, $rootScope, $location, utils, globals, model, notifications) {
|
|
$rootScope.song = [];
|
|
|
|
|
|
/* Launch on Startup */
|
|
$scope.getPodcasts();
|
|
/* End Startup */
|
|
}); |