only partially working

This commit is contained in:
Michael Q Larson
2015-01-13 12:50:00 -08:00
parent 8fa5f6b094
commit d328842bda
2 changed files with 27 additions and 9 deletions

View File

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