formly-js / angular-formly

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

Unknown provider: tProvider <- t for repeatSection when minified #714

Open RSpada opened 7 years ago

RSpada commented 7 years ago

Hello,

When I deploy my angular app (minified) formly works well except for repeatSection type field where I'm having Unknown provider: tProvider <- t.

Please notice that the non-minified version works well. In my gulp minification process I'm using ng-annotate for save dependency iinjection.

Thanks for your support.

mikaelcom commented 7 years ago

Any hope that this issue would be analyzed and fixed?

Thanks