I'm learning AngularJS + Meteor recently, and I'm doing this tutorial:
At this exact step, I'm having trouble customizing the registration form.
The directory that is suggested transforms into the policy with simply an email and password, with a default layout. It's completely impossible for me to use this design and poverty of inputs in my actual application (which I'm doing using the basics of the tutorial).
I need to give classes for inputs to customize, and I need to add the inputs in the collection users (using accounts-password), how do I do this? The documentation teaches you how to add using METEOR, but how do I use Meteor + angle?
I need to know the fields: Email, full name, cell phone, date of birth, etc etc, the html of these fields I know how to do with their inputs, but how to play these inputs in the collection user? (using package accounts-password)