From 787e98d0e6b625543086fb18da14f547c29fb4d0 Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Wed, 7 Dec 2016 21:36:35 +0100 Subject: [PATCH] add host signup --- public/app/host/signup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/host/signup.js b/public/app/host/signup.js index b3ba982..1615ccb 100644 --- a/public/app/host/signup.js +++ b/public/app/host/signup.js @@ -30,7 +30,7 @@ angular.module('warehost') alert.set(res); }); } - } + }; load(); });