0
Why is it this game is not responding
Can someone fix for me https://code.sololearn.com/W5iDIotEtNKx/?ref=app
2 Respostas
+ 1
Have you installed anglarjs framework?
+ 1
You have to put your script tag after the one that references Angular. Move it out of the head:
<script type="text/javascript" src="angular.min.js"></script>
<script type="text/javascript" src="main.js"></script>
try doing this if this help you at any cost!!