Hi Guys!
I can’t seem to use any of the built in JS features of Bootstrap. F.e. default collapse behavior.
Should I include a separate bootstrap.js dependency inside my form?
Thanks and kind regards,
Deniss
Hi Guys!
I can’t seem to use any of the built in JS features of Bootstrap. F.e. default collapse behavior.
Should I include a separate bootstrap.js dependency inside my form?
Thanks and kind regards,
Deniss
Because bootstrap is only used for styling (CSS only).
If you need bootstrap, you must add it by yourself.
On a side note…
we do, however, use a angular plugin/library/thing that reproduces the functionnalities of bootstrap.js:
http://angular-ui.github.io/bootstrap/
maybe it helps
Hi,
Thanks. I’ve decided to use ng-show and ng-hide for my purposes. It is more clean. Although bootstrap.js is also a very popular thing for some quick and clean solutions.