This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Description
I have an Archetype with 62 widgets/fieldsets:

When creating widgets in the content section, it's nice and zippy. When loading this screen (the data type configuration for my Archetype), it takes about 18 seconds to load, and typing has a lag.
I'm thinking this speed issue can be solved in the same way the speed issue in the content section was solved (i.e., use ng-if to avoid processing collapsed fieldsets).
Happy to submit a pull request if you like.