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:
Carlos Jimenez 2018-01-11 22:18:38 +01:00
parent bb06a54df2
commit 9240c36685
1 changed files with 1 additions and 1 deletions

View File

@ -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>