Add email functionality to done-with-first-100-hours page and refactor nonprofit link to be on same controller in same view folder
This commit is contained in:
@@ -74,6 +74,12 @@ profileValidation.controller('nonprofitFormController', ['$scope',
|
||||
}
|
||||
]);
|
||||
|
||||
profileValidation.controller('doneWithFirst100HoursFormController', ['$scope',
|
||||
function($scope) {
|
||||
|
||||
}
|
||||
]);
|
||||
|
||||
profileValidation.directive('uniqueUsername', function($http) {
|
||||
return {
|
||||
restrict: 'A',
|
||||
|
Reference in New Issue
Block a user