Checks schema & layout are valid

Checks received data follows the schema
This commit is contained in:
David Taylor
2015-08-08 23:36:00 +03:00
committed by Tom Price
parent 212b055b59
commit fe943e12c1
2 changed files with 59 additions and 11 deletions

View File

@@ -14,6 +14,7 @@
<hr/>
</div>
{% include 'form_errors.html' %}
<div ng-controller="FormController" class="col-sm-12">
<form name="theForm" sf-schema="schema" sf-form="form" sf-model="model" ng-submit="onSubmit(theForm)">