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
@mikekaminsky says: Add a function to app/assets/javascripts/controllers/player_controller.js to create the link to the show page, you’ll have access to it the _player.html file
@omnikrll says: It needs to be bound to $scope in the controller
Then it's accessible in the template
The text was updated successfully, but these errors were encountered:
binaricorn
changed the title
Make showID() accessible in _player.html
Make showID() accessible to be used in _player.html
May 30, 2016
binaricorn
changed the title
Make showID() accessible to be used in _player.html
Make showID() and showdate accessible to be used in _player.html
May 30, 2016
@mikekaminsky says: Add a function to
app/assets/javascripts/controllers/player_controller.js
to create the link to the show page, you’ll have access to it the _player.html file@omnikrll says: It needs to be bound to $scope in the controller
Then it's accessible in the template
The text was updated successfully, but these errors were encountered: