Merge pull request #2317 from emanuelschuetze/templateHook-assignment
Added template hook for assignment poll form.
This commit is contained in:
commit
67c6262c0f
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
<form name="assignmentPollForm" ng-submit="save(model)">
|
<form name="assignmentPollForm" ng-submit="save(model)">
|
||||||
<formly-form model="model" fields="formFields">
|
<formly-form model="model" fields="formFields">
|
||||||
|
<template-hook hook-name="assignmentPollFormButtons"></template-hook>
|
||||||
<button type="submit" ng-disabled="assignmentPollForm.$invalid" class="btn btn-primary" translate>
|
<button type="submit" ng-disabled="assignmentPollForm.$invalid" class="btn btn-primary" translate>
|
||||||
Save
|
Save
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user