feat(signup): selecting org after invite now works

This commit is contained in:
Torkel Ödegaard
2015-08-31 09:37:14 +02:00
parent 14884d5a2b
commit 13c70ac02c
6 changed files with 98 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ define([
'./panel/all',
'./profile/profileCtrl',
'./profile/changePasswordCtrl',
'./profile/selectOrgCtrl',
'./org/all',
'./admin/all',
], function () {});