Using AngularJS with Scala Play, I\'m getting this error.
Error: Argument \'MainCtrl\' is not a function, got undefined
I\'m try
In my case it was a simple typo in index.html:
index.html
that should have been
without the extra s in the controller's name.
s