-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: _.merge is not a function #6
Comments
Replaced _underscore with lodash in /app/index.html. Wondering what is _underscore dependency for? |
HI, I am trying to resolve this bug, I included underscore.js and loadash.js files, but it still throws me the below error _.merge is not a function can you please help.. |
Is anybody able to resolve this.. I am also getting the same error. |
Yes, I got it working I believe by using loadash instead of underscore. Claude Claude Bérubé, PMP, PSM http://cberube.azurewebsites.net/ http://cberube.azurewebsites.net/ 2015-10-15 21:24 GMT-04:00 shadeeka [email protected]:
|
thanks man, I removed underscore.js also and it works just fine !! |
fixed??? |
There is an issue with underscore and lodash. _.merge is undefined.
at Object.WidgetModel (http://localhost:9000/bower_components/malhar-angular-dashboard/dist/malhar-angular-dashboard.js:848:42)
// Extend this with the widget definition object with overrides merged in (deep extended).
angular.extend(this, defaults(), _.merge(angular.copy(widgetDefinition), overrides));
The text was updated successfully, but these errors were encountered: