SMITHsharon / nashConnects

0 stars 0 forks source link

Non-profit resource can register a profile #6

Open SMITHsharon opened 6 years ago

SMITHsharon commented 6 years ago

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

When user clicks the Submit button, the Non-Profit Profile information is saved, and the Active status is set True.

User is assigned the Role = Non-Profit.

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