I have this app and this html:
And I also have this controller and this html:
When I put it to run, it points me to an error that the controller was not found. However, if I take the controller out of the view and put it in the index, it works. That is, it is not locating the controller file. Anyone have any ideas how to resolve?