Dear Friends, I am new to Angular and mango db .
I just started with the sample https://github.com/angular-app/angular-app I have created the database in the mongolab as per the readme instructions But i am not able to create an admin user in the Users databse as required by the below lines var initDB = { adminUser: { email: '[email protected]', password: 'changeme', admin: true, firstName: 'Admin', lastName: 'User' }, }), Could any of you clear this to me. saying; where to create an Admin user: When i tried to create a User in the Users collection in the monolab, i get an option only for the name and password, there is no option to provide email address and say if the user is Admin or not. with thanks in advance. santhosha -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
