2017-02-21 15:21:55 +00:00
|
|
|
<vn-watcher
|
|
|
|
vn-id="watcher"
|
|
|
|
url="/client/api/ClientObservations"
|
|
|
|
id-field="id"
|
2017-06-03 11:01:47 +00:00
|
|
|
data="$ctrl.note"
|
2018-02-08 12:28:01 +00:00
|
|
|
save="post"
|
2017-02-21 15:21:55 +00:00
|
|
|
form="form">
|
|
|
|
</vn-watcher>
|
2018-12-14 11:56:21 +00:00
|
|
|
<form name="form" ng-submit="watcher.submitGo('client.card.note.index')" compact>
|
2019-10-04 22:16:57 +00:00
|
|
|
<vn-card class="vn-pa-lg">
|
2018-03-01 22:38:14 +00:00
|
|
|
<vn-horizontal>
|
|
|
|
<vn-textarea
|
|
|
|
vn-one
|
|
|
|
label="Note"
|
2019-10-09 22:47:29 +00:00
|
|
|
ng-model="$ctrl.note.text"
|
|
|
|
vn-focus>
|
2018-03-01 22:38:14 +00:00
|
|
|
</vn-textarea>
|
|
|
|
</vn-horizontal>
|
2017-01-31 13:13:06 +00:00
|
|
|
</vn-card>
|
|
|
|
<vn-button-bar>
|
2017-06-07 06:39:40 +00:00
|
|
|
<vn-submit label="Save"></vn-submit>
|
2018-10-17 07:28:38 +00:00
|
|
|
<vn-button ng-click="$ctrl.cancel()" label="Cancel"></vn-button>
|
2017-01-31 13:13:06 +00:00
|
|
|
</vn-button-bar>
|
2017-02-21 15:21:55 +00:00
|
|
|
</form>
|