Skip to content

Commit

Permalink
Not yet implemented message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Nov 19, 2015
1 parent b27838a commit 455bf11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/browse/artist/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ angular.module('spotmop.browse.artist', [])
});
}
$scope.playArtistRadio = function(){
$scope.$emit('spotmop:notifyUser', {id: 'notimplemented', message: 'This functionality has not yet been implemented', autoremove: 2000});
/*
EchonestService.startArtistRadio( $scope.artist.name )
.then( function( response ){
Expand Down
1 change: 1 addition & 0 deletions assets/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ body {
border-bottom: 3px solid transparent;
display: inline-block;
font-size: 18px;
text-transform: capitalize;
}

.sub-page-navigation .menu-item > i {
Expand Down

0 comments on commit 455bf11

Please sign in to comment.