Browse Source

renamed org files to match new naming guide

Torkel Ödegaard 7 years ago
parent
commit
d64edc4a29

+ 0 - 0
public/app/features/org/new_org_ctrl.ts → public/app/features/org/NewOrgCtrl.ts


+ 0 - 0
public/app/features/org/select_org_ctrl.ts → public/app/features/org/SelectOrgCtrl.ts


+ 0 - 0
public/app/features/org/user_invite_ctrl.ts → public/app/features/org/UserInviteCtrl.ts


+ 3 - 3
public/app/features/org/all.ts

@@ -1,3 +1,3 @@
-import './select_org_ctrl';
-import './new_org_ctrl';
-import './user_invite_ctrl';
+import './SelectOrgCtrl';
+import './NewOrgCtrl';
+import './UserInviteCtrl';