update daybook changes: kdk

This commit is contained in:
resicovenba 2017-12-23 12:48:28 +05:30
parent 867177d498
commit 87bf798373

View File

@ -240,7 +240,7 @@
<textarea type="text" placeholder="Enter Comments" tabindex="3" class="form-control" name="addComments" ng-model="myModelAdd.description"
maxlength="100" />
<span class="text-small block">Comments Should Less than 50 letters.</span>
<span class="text-small block">Comments Should Less than 100 Characters.</span>
<span class="error text-small block" ng-if="Form.addComments.$dirty && Form.addComments.$error.pattern">Invalid Comments</span>
</div>