formly-js / angular-formly

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

Formly Error: There is no type by the name of "switch" #740

Open tho2gt opened 7 years ago

tho2gt commented 7 years ago

Hi,

I'm actually trying to create my own form using angular formly.

Everything works great, but I have a problem with switch and slider types. This error is thrown :

Formly Error: There is no type by the name of "switch"

I tried to download the latest releases of angular-formly, bootstrap, angular, api-check and angular-formly-templates-bootstrap but nothing changed. I can't find anything about this issue, so I post it here.

The others types works great, I just have a problem for switch and slider types. I don't know what to do..