added property name to the html form for the watcher to show the right error messages when the form is empty
This commit is contained in:
parent
bb06a54df2
commit
9240c36685
|
@ -5,7 +5,7 @@
|
|||
form="form"
|
||||
save="post">
|
||||
</vn-watcher>
|
||||
<form pad-medium ng-submit="$ctrl.onSubmit()">
|
||||
<form name="form" pad-medium ng-submit="$ctrl.onSubmit()">
|
||||
<vn-card>
|
||||
<vn-vertical pad-medium>
|
||||
<vn-title vn-one margin-large-bottom>Add Greuge</vn-title>
|
||||
|
|
Loading…
Reference in New Issue