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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -