summaryrefslogtreecommitdiffstats
path: root/js/components/group/group_controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/group/group_controller.js')
-rw-r--r--js/components/group/group_controller.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/components/group/group_controller.js b/js/components/group/group_controller.js
deleted file mode 100644
index 533b1d59..00000000
--- a/js/components/group/group_controller.js
+++ /dev/null
@@ -1,5 +0,0 @@
-angular.module('contactsApp')
-.controller('groupCtrl', function() {
- // eslint-disable-next-line no-unused-vars
- var ctrl = this;
-});