Skip to content

Commit

Permalink
Small bugg in builder when form has no type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlgj committed Sep 18, 2015
1 parent a7d0579 commit 7d36108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/schema-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ angular.module('schemaForm').provider('sfBuilder', ['sfPathProvider', function(s

// Sanity check.
if (!f.type) {
return;
return frag;
}

var field = decorator[f.type] || decorator['default'];
Expand Down
Loading

0 comments on commit 7d36108

Please sign in to comment.