jousepo

Results 1 comments of jousepo

Here it is a little workaround for this: ``` function mapDefaults(model, formObj) { if (!model) { model = {}; } if (angular.isArray(formObj)) { angular.forEach(formObj, function(item) { model = mapDefaults(model, item);...