Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGary Baren
Courses Plus Student 1,535 PointsNone of the clicks work for me
Everything in this course so far looks as it should except the clicks. None of the actions that involve a (click) action are not working for me. No errors but no response either. I've checked my text against the course many times and think it might be an environmental issue. Is there anything I need to do to enable the browser for this application?
3 Answers
florapanayoti
Courses Plus Student 7,108 PointsThe issue is likely that Javascript may have been disabled in the browser. Here is the process to enable Javascript in Chrome browser:
- Go to setting.
- under 'Privacy and security' in 'Advanced' setting, click 'content settings' and Allow javascript.
- refresh the browser. now all click events or actions should now work normally.
Gary Baren
Courses Plus Student 1,535 PointsThat was my initial thought too. Angular CLI course went without a hitch, though.
Roger Rainer S. Braun
23,616 PointsDidn't work with mine either. Any solution to this?