I'm attempting to create a test Angular project in Eclipse by copying the three files from the Angular website https://docs.angularjs.org/api/ng/directive/ngController into my Eclipse project. I initially created it as a static web project and then converted it to an Angular project. However, the values are not displaying correctly. Functions like Clear work fine, but functions like Alert do not.
Any advice or suggestions would be greatly appreciated!