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

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

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -