formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 406 forks source link

Formly erroring when used as attribute #708

Open wytrych opened 7 years ago

wytrych commented 7 years ago

When used in attribute form (like <div formly-form> I get this error: screenshot from 2016-08-19 15-07-36 This is not the case when I use it as an element (like <formly-form>). Same behaviour in angular 1.5.8 and 1.4.12.

Minimum form structure to reproduce this:

$scope.fields = [
      {
                fieldGroup: []
      }
];