2017-02-21 15:21:55 +00:00
|
|
|
<vn-watcher
|
|
|
|
vn-id="watcher"
|
2019-10-24 22:53:53 +00:00
|
|
|
url="ClientObservations"
|
2017-02-21 15:21:55 +00:00
|
|
|
id-field="id"
|
2017-06-03 11:01:47 +00:00
|
|
|
data="$ctrl.note"
|
2020-03-09 08:00:03 +00:00
|
|
|
insert-mode="true"
|
2017-02-21 15:21:55 +00:00
|
|
|
form="form">
|
|
|
|
</vn-watcher>
|
2019-11-10 10:08:44 +00:00
|
|
|
<form name="form" ng-submit="watcher.submitGo('client.card.note.index')" class="vn-w-md">
|
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>
|
2020-12-13 13:57:42 +00:00
|
|
|
<vn-button-bar>
|
|
|
|
<vn-submit
|
|
|
|
ng-if="watcher.dataChanged()"
|
|
|
|
label="Save">
|
|
|
|
</vn-submit>
|
|
|
|
<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>
|