summaryrefslogtreecommitdiffstats
path: root/templates/newContactButton.html
blob: 14b16745dc8d5bf68ead43dea4797a4319ca6188 (plain)
1
2
3
4
<div class="app-navigation-new">
	<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>
</div>