Skip to content

Conversation

@msieurtoph
Copy link

Fixes #21

//play next track if autoplay is on
//get your angular app
var elem = angular.element(document.querySelector('[ng-app]'));
var elem = angular.element(document.querySelector('[ng-app],[data-ng-app]'));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

//play next track if autoplay is on
//get your angular app
var elem = angular.element(document.querySelector('[ng-app]'));
var elem = angular.element(document.querySelector('[ng-app],[data-ng-app]'));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants