I have initialized my controller as :
(function (module) {
myApp.controllers = _.extend(module, {
MyController : function (scope, resourceFactory, http, location ) {
I am getting this error in the console:
[ng-areq]Argument 'MyController' is not a function, got undefined
What am I missing? What is the fix?
Any help would be appreciated!
Thanks!