summaryrefslogtreecommitdiffstats
path: root/js/components/newContactButton/newContactButton_directive.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/newContactButton/newContactButton_directive.js')
-rw-r--r--js/components/newContactButton/newContactButton_directive.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/js/components/newContactButton/newContactButton_directive.js b/js/components/newContactButton/newContactButton_directive.js
deleted file mode 100644
index 65c2ee8a..00000000
--- a/js/components/newContactButton/newContactButton_directive.js
+++ /dev/null
@@ -1,11 +0,0 @@
-angular.module('contactsApp')
-.directive('newcontactbutton', function() {
- return {
- restrict: 'EA', // has to be an attribute to work with core css
- scope: {},
- controller: 'newContactButtonCtrl',
- controllerAs: 'ctrl',
- bindToController: {},
- templateUrl: OC.linkTo('contacts', 'templates/newContactButton.html')
- };
-});