summaryrefslogtreecommitdiffstats
path: root/js/components/contactList/contactList_controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/contactList/contactList_controller.js')
-rw-r--r--js/components/contactList/contactList_controller.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/components/contactList/contactList_controller.js b/js/components/contactList/contactList_controller.js
new file mode 100644
index 00000000..c64b5ecd
--- /dev/null
+++ b/js/components/contactList/contactList_controller.js
@@ -0,0 +1,3 @@
+app.controller('contactlistCtrl', function() {
+ var ctrl = this;
+}); \ No newline at end of file