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"
|
form="form"
|
||||||
save="post">
|
save="post">
|
||||||
</vn-watcher>
|
</vn-watcher>
|
||||||
<form pad-medium ng-submit="$ctrl.onSubmit()">
|
<form name="form" pad-medium ng-submit="$ctrl.onSubmit()">
|
||||||
<vn-card>
|
<vn-card>
|
||||||
<vn-vertical pad-medium>
|
<vn-vertical pad-medium>
|
||||||
<vn-title vn-one margin-large-bottom>Add Greuge</vn-title>
|
<vn-title vn-one margin-large-bottom>Add Greuge</vn-title>
|
||||||
|
|
Loading…
Reference in New Issue