Skip to content

Commit

Permalink
Merge pull request #1269 from eciis/fix-send-request-invite
Browse files Browse the repository at this point in the history
Fix send request invite
  • Loading branch information
JuliePessoa authored Oct 9, 2018
2 parents a15e45e + 2e1c440 commit bea2986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/auth/signupDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var app = angular.module('app');

app.controller('SignupController', function(AuthService, $scope) {
app.controller('SignupController', function(AuthService, $scope, MessageService) {
var controller = this;

controller.newUser = {};
Expand Down

0 comments on commit bea2986

Please sign in to comment.