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:
Michael Q Larson
2015-01-14 13:28:20 -08:00
parent 89357f3d13
commit 13faedc86e
8 changed files with 108 additions and 63 deletions

View File

@@ -74,6 +74,12 @@ profileValidation.controller('nonprofitFormController', ['$scope',
}
]);
profileValidation.controller('doneWithFirst100HoursFormController', ['$scope',
function($scope) {
}
]);
profileValidation.directive('uniqueUsername', function($http) {
return {
restrict: 'A',