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
Error: Failed to execute 'setAttribute' on 'Element': '$$hashKey' is not a valid attribute name.
at Error (native)
at http://localhost:8181/libs/angular-media-player.js:196:74
at Object.forEach (http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.js:330:20)
at Scope.playerMethods.$addSourceList (http://localhost:8181/libs/angular-media-player.js:196:19)
at Scope.playerMethods.load (http://localhost:8181/libs/angular-media-player.js:47:16)
at Scope.playerMethods.play (http://localhost:8181/libs/angular-media-player.js:84:23)
at Scope.playerMethods.playPause (http://localhost:8181/libs/angular-media-player.js:107:16)
at http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.js:10348:21
at http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.js:18333:17
at Scope.$eval (http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.js:12175:28)
People reported this bug via email privately.
PLEASE DON'T DO THIS, it's bad for the other users, sharing issues is solving issues.
Anyway, i've tracked down the problem, angular.forEach does not hide $$variables, as i assumed
The text was updated successfully, but these errors were encountered:
Console report of the bug:
People reported this bug via email privately.
PLEASE DON'T DO THIS, it's bad for the other users, sharing issues is solving issues.
Anyway, i've tracked down the problem,
angular.forEach
does not hide$$variables
, as i assumedThe text was updated successfully, but these errors were encountered: