Uncaught ReferenceError: angular is not defined - AngularJS not working
问题 I'm attempting to learn angular and I am struggling with a simple button click. I followed an example which has an identical code to the one below. The result I am looking for is for the button click to cause an alert. However, there is no response to the button click. Does anybody have any ideas? <html lang="en" ng-app="myApp" > <head> <meta charset="utf-8"> <title>My AngularJS App</title> <link rel="stylesheet" href="css/app.css"/> </head> <body> <div > <button my-directive>Click Me!<