Closed dlecocq closed 10 years ago
Get a button in the widget that when we click it, it pops up an alert that says 'hello'. Previously, we'd done this by including a 'script' tag in our layout.hdbs, but instead, we should have the functionality in our app.js
layout.hdbs
app.js
This is complete as of #10
Get a button in the widget that when we click it, it pops up an alert that says 'hello'. Previously, we'd done this by including a 'script' tag in our
layout.hdbs
, but instead, we should have the functionality in ourapp.js