Updated the model mappers to include the pre-value value which is now wired up to the display, now just need to get the data type's persisting.

This commit is contained in:
Shannon
2013-08-20 11:33:41 +10:00
parent e783b35a3a
commit a29706b5ce
10 changed files with 92 additions and 18 deletions

View File

@@ -33,6 +33,7 @@ function DataTypeEditController($scope, $routeParams, $location, dataTypeResourc
description: preVals[i].description,
label: preVals[i].label,
view: preVals[i].view,
value: preVals[i].value
});
}
}

View File

@@ -4,4 +4,5 @@
required />
<span class="help-inline" val-msg-for="requiredField" val-toggle-msg="required">Required</span>
</div>