summaryrefslogtreecommitdiffstats
path: root/templates/newContactButton.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/newContactButton.html')
-rw-r--r--templates/newContactButton.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/newContactButton.html b/templates/newContactButton.html
deleted file mode 100644
index 9ec3dbae..00000000
--- a/templates/newContactButton.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<button ng-show="!ctrl.loading && !ctrl.invalid" class="icon-add" id="new-contact-button"
- type="button" name="button" ng-click="ctrl.createContact()">{{ctrl.t.addContact}}</button>