fundsaccess / ng-chiptan

angularjs component to render chiptan flicker code
MIT License
1 stars 1 forks source link

Replase String-template with normal string to avoid using spaces with line breaks #10

Open WuglyakBolgoink opened 4 years ago

WuglyakBolgoink commented 4 years ago

https://github.com/fundsaccess/ng-chiptan/blob/c0833021520ac34f4b129ed065990dc36ac2cd84/src/lib/ng-chiptan.js#L5-L7

image

it should be

template: `<div id='flickercontainer'></div>`, 

or

template: '<div id="flickercontainer"></div>',