javascript - Angular - Uncaught ReferenceError: angular is not defined -


i'm trying use simple angular function in laravel 5 project , keep getting error:

angular not defined

i have tried move angular.min.js top making first js script on index page still doesn't work.

this code: pastebin code

it outputs {{name}} , not actual string controller!

what doing wrong?

i have seen issue before. in case due incorrect relative reference using. not expert in matter recommend try different combinations , see if helps. see js folder placed in website hierarchy

ex. src="js/angular.min.js" or src="../js/angular.min.js"


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -