From d64edc4a29a6edb3fe589a7591c422c338b53c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 31 Oct 2018 12:28:26 -0700 Subject: [PATCH] renamed org files to match new naming guide --- public/app/features/org/{new_org_ctrl.ts => NewOrgCtrl.ts} | 0 .../features/org/{select_org_ctrl.ts => SelectOrgCtrl.ts} | 0 .../features/org/{user_invite_ctrl.ts => UserInviteCtrl.ts} | 0 public/app/features/org/all.ts | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename public/app/features/org/{new_org_ctrl.ts => NewOrgCtrl.ts} (100%) rename public/app/features/org/{select_org_ctrl.ts => SelectOrgCtrl.ts} (100%) rename public/app/features/org/{user_invite_ctrl.ts => UserInviteCtrl.ts} (100%) diff --git a/public/app/features/org/new_org_ctrl.ts b/public/app/features/org/NewOrgCtrl.ts similarity index 100% rename from public/app/features/org/new_org_ctrl.ts rename to public/app/features/org/NewOrgCtrl.ts diff --git a/public/app/features/org/select_org_ctrl.ts b/public/app/features/org/SelectOrgCtrl.ts similarity index 100% rename from public/app/features/org/select_org_ctrl.ts rename to public/app/features/org/SelectOrgCtrl.ts diff --git a/public/app/features/org/user_invite_ctrl.ts b/public/app/features/org/UserInviteCtrl.ts similarity index 100% rename from public/app/features/org/user_invite_ctrl.ts rename to public/app/features/org/UserInviteCtrl.ts diff --git a/public/app/features/org/all.ts b/public/app/features/org/all.ts index 18d75f71dca..c905853cf49 100644 --- a/public/app/features/org/all.ts +++ b/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';