formly-js / angular-formly

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

Bug CDN on http://angular-formly.com #646

Open Carsyl opened 8 years ago

Carsyl commented 8 years ago

Hello,

i'm newbie on AngularJS and i try to use your framework "angular-formly" ,but... All Outputs of examples on JS Bin are KO, links of CDN for api-chek.js, angular-formly.js and formly.js are broken.

For example, you can try it : http://angular-formly.com/#/example/custom-types/custom-templates We can see only {{ }} but not result.

PLEASE, could you fix it quicky ! I'm actually developing an app at work, i need to use your powerfull module, but without example, it's hard ;)

Thank's for your feed back.

Best regards

Sylvain (FRANCE)

... and sorry for my english

kentcdodds commented 8 years ago

Could you check it again. It's working fine for me.

sukrosono commented 8 years ago

Maybe it because fail fetching api-check.js and formly . Till now idk why i cant access https://npmcdn.com , even i change network.

@Carsyl if i am correct change on html, for api-check.js , formly.js and also angular-formly-templates-bootstrap.js

<script src="//rawgit.com/brutalcrozt/web_tech_RnD/master/js/api-check-v7.5.5.min.js"></script>
<script src="//rawgit.com/brutalcrozt/web_tech_RnD/master/js/formly-v8.0.0.min.js"></script>
<script src="//rawgit.com/brutalcrozt/web_tech_RnD/master/js/angular-formly-templates-bootstrap.min.js"></script>

it should work properly, CMIIW :smile: