You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added below code in controller but it does not works
TypeError: Cannot read property 'on' of undefined
I also tried mediaPlayer insteadof playerName
please suugest playerName comes from, (it seems it's undefined)
$scope.playerName.on( 'load', function( evt ) {
// Tell someone a song is gonna get loaded.
console.log( evt );
} );
The text was updated successfully, but these errors were encountered:
I have added below code in controller but it does not works
TypeError: Cannot read property 'on' of undefined
I also tried mediaPlayer insteadof playerName
please suugest playerName comes from, (it seems it's undefined)
$scope.playerName.on( 'load', function( evt ) {
// Tell someone a song is gonna get loaded.
console.log( evt );
} );
The text was updated successfully, but these errors were encountered: