kelp404 / angular-form-builder

Drag and drop to build bootstrap forms in AngularJS.
http://kelp404.github.io/angular-form-builder/
MIT License
599 stars 340 forks source link

Fixed checkbox component #95

Open alexmateos opened 8 years ago

alexmateos commented 8 years ago

There was a problem when creating checkboxes with comas in their names. I fixed it by using an array instead of strings to save the checkboxes data.

alexmateos commented 8 years ago

PhantomJS 1.9.8 (Mac OS X 0.0.0) builder.controller fbFormObjectEditableController $scope.setupScope() $scope.setupScope(formObject) copy properties from formObject without $$hashKey FAILED

It has nothing to do with what I have changed! Tests are giving this same error if I clone your repository and run them.