summaryrefslogtreecommitdiffstats
path: root/templates/newContactButton.html
blob: 9ec3dbae5dbfc1fd6105ba3b2690e6ea7048022f (plain)
1
2
<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>