javascript - AngularJS minError Uncaught Object -
javascript - AngularJS minError Uncaught Object - i have new angularjs project i've set up. i've installed angular , angular-resource via bower , all's good. i've installed service i've used before - https://github.com/fundoo-solutions/angularjs-modal-service when inject module causes error below: uncaught object it's pointing homecoming statement of function in angularjs: function minerr(module) { homecoming function () { var code = arguments[0], prefix = '[' + (module ? module + ':' : '') + code + '] ', template = arguments[1], templateargs = arguments, stringify = function (obj) { if (typeof obj === 'function') { homecoming obj.tostring().replace(/ \{[\s\s]*$/, ''); } else if (typeof obj === 'undefined') { homecoming 'undefined'; } else if (typeof obj !== 'string') { homecoming json