Using AngularJS with Scala Play, I\'m getting this error.
Error: Argument \'MainCtrl\' is not a function, got undefined
I\'m try
There appear to be many working solutions suggesting the error has many actual causes.
In my case I hadn't declared the controller in app/index.html:
app/index.html
Error gone.