I am getting an "GET /scripts/app.js Error (404): "Not found

I have my script tag for app.js:   <script src="scripts/app.js"></script>

but continue to get the error, instead of my output being Hello, World!, it 
gives me the keyword "message".


Here is my index.html setup:

<body ng-app="ngClassifieds"  ng-init="message = 'Hello, World!'">

    <h1>{{ message }}</h1>

<script src="node_modules/angular/angular.js"></script>
<script src="scripts/app.js"></script>
</body>
</html>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to