17 строки
394 B
HTML
17 строки
394 B
HTML
<div ng-controller="signatureCtrl">
|
|
<div class="content-container-fluid">
|
|
<div class="row">
|
|
<div class="control">
|
|
<h3>Sign here</h3>
|
|
<div id="signature" ej-signature e-height="height" e-isresponsive="true" e-strokewidth="strokewidth"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<style>
|
|
.control{
|
|
padding: 3%;
|
|
}
|
|
</style>
|
|
|