I'm trying to use a simple Angular function in my Laravel 5 project and I keep getting this error:
angular is not defined
I have tried to move angular.min.js
to the top making it the first JS script on my index page but it still doesn't work.
This is my code: pastebin code
It only outputs {{name}}
and not the actual string from the controller!
What am I doing wrong?