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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -