summaryrefslogtreecommitdiffstats
path: root/templates/newContactButton.html
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-08-22 22:09:24 +0200
committerGitHub <noreply@github.com>2016-08-22 22:09:24 +0200
commit4bd9608d8ef5093c80fa0a8f59d2a9058049ab17 (patch)
treefba11d8f3018abe02a642dfffff5ae7d9c175225 /templates/newContactButton.html
parent7d43efebfb79a1cb62283b7b14703304a8981e59 (diff)
Move button to the side bar - fixes #483 (#493)
Diffstat (limited to 'templates/newContactButton.html')
-rw-r--r--templates/newContactButton.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/newContactButton.html b/templates/newContactButton.html
new file mode 100644
index 00000000..3db7e527
--- /dev/null
+++ b/templates/newContactButton.html
@@ -0,0 +1,2 @@
+<button ng-show="!ctrl.loading && !ctrl.invalid" class="app-content-list-button" id="new-contact-button"
+ type="button" name="button" ng-click="ctrl.createContact()">{{ctrl.t.addContact}}</button>