0
i am learning recently Angularjs + Meteor, and am doing this tutorial:
At this exact step, I’m having trouble customizing the registration form.
The registration that is suggested becomes the directive with simply an email and password, with a default layout. It is completely impossible for me to use this design and this poverty of inputs in my actual application (which I am doing using the basics of the tutorial).
I need to give classes to inputs to customize, and I need to add inputs to Collection users (using Accounts-password), how do I do that? The documentation teaches how to add using METEOR, but how to do using Meteor + angular?
I need the fields: Email, full name, cellular, date of birth, etc etc., the html of these fields I know how to do, with your inputs, but how to play these inputs in the user Ollection? (using package Accounts-password)
http://docs.meteor.com/api/passwords.html#Accounts-createUser
Thank you very much friend! Your reply was very concise and didactic, I hope it helps also other people!
– eeerrrttt