SMITHsharon / nashConnects

0 stars 0 forks source link

User can register as a freelance #5

Open SMITHsharon opened 6 years ago

SMITHsharon commented 6 years ago

Given a user wants to register with the site When the user clicks on Apply / Freelance in the nav Then the Freelance Profile view displays, listing the following input fields:

When user clicks the Submit button, his/her Profile information is saved, and the Active status is set True.

User is assigned the Role = Freelancer.

SMITHsharon commented 6 years ago
.when("/register",
{
    templateUrl: "/ngApp/Views/register.html",
    controller:  "authController",
    controllerAs: 'vm'
})