Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seek to start button on listen page #3

Closed
4 tasks done
atruskie opened this issue Nov 26, 2013 · 3 comments
Closed
4 tasks done

Seek to start button on listen page #3

atruskie opened this issue Nov 26, 2013 · 3 comments
Assignees

Comments

@atruskie
Copy link
Member

On the listen page, add a button that resets the current audio's position to zero (play from start)

  • Add a correct bootstrap icon / button
  • Create an appropriate empty function on the listen controller's scope
  • Bind the button to the function with ng-click
  • See if you can work out how the ng-audio directive works - present a solution to me
@ghost ghost assigned peichins Nov 27, 2013
@atruskie
Copy link
Member Author

@otherphil80, I see your commit (9d77ae1).

Two points -
a) tostart should be toStart
b) why is tostart in the events list (9d77ae1#diff-a15cfc90836897adc1b9bb68715cbf35R87)?

@peichins
Copy link
Member

A and B are both fixed (fac3758)

B - yeah I realised that tostart is not a AUDIO DOM event so there was no reason for it to be in the list.

@atruskie
Copy link
Member Author

Confirmed, fac3758, closes #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants