Top "Meanjs" questions

MEAN.

Error sending email using nodemailer via Office365 smtp (MEANjs scaffold)

I'm trying to use Office365 SMTP to send email using Nodemailer (in a MEANjs scaffold), but I get the following …

node.js email office365 meanjs nodemailer
mongoose how to set date format in model

I am new for mongoose. I am using "Date" as type for my "holidayDate" column. I want to store only …

node.js mongodb mongoose meanjs
Tabs in angularjs not working properly with UI-Router and UI-bootstrap

I'm using a MEAN.js boilerplate, you can find the entire code here. I tried to add 2 new tabs to …

angularjs angular-ui-bootstrap angular-ui-router meanjs
TypeError: The "digest" argument is required and must not be undefined

I am getting subject error while registering a simple Mean Application through http://localhost:3000/auth/register, that I have simply …

node.js mean-stack meanjs mean.io
where should I add module dependencies in mean.js (for ng-sortable)

I am trying to add ng-sortable to my mean.js based app. https://github.com/a5hik/ng-sortable Following the …

angularjs mean-stack meanjs
ReferenceError: Can't find variable: ApplicationConfiguration

I am getting ReferenceError: Can't find variable: ApplicationConfiguration at application.js on running 'npm test' or 'karma start' in CLI. …

karma-runner meanjs