Files
old-wiaas-legacy/api-wiaas/server/components/v1/users/templates/CreateUserButton.html

6 lines
212 B
HTML
Raw Normal View History

2018-06-11 11:09:35 +02:00
<button type="button"
id="create-user-button"
subModule="createUser"
class="btn btn-default"
ng-click="setSubModule($event)">{{ 'users.buttons.CREATE_USER' | translate }}</button>