Until my contact page was a static HTML ie contact.html the bootstrap component tab, carousel etc work fine
as soon as I used ngRoute, routing to a partial view these components functionality no longer worked. is anyone ever had this issue?
Until my contact page was a static HTML ie contact.html the bootstrap component tab, carousel etc work fine
as soon as I used ngRoute, routing to a partial view these components functionality no longer worked. is anyone ever had this issue?
After a little research, I found out that Twitter bootstrap style works out of the box with AngularJS.
However, to use components that rely on javascript, you need to go to other frameworks.
Bootstrap part of Angular UI has some "migrated" components you can use. I tried a few and they work straight out of the box. (copied and pasted examples given with the components)
Quantum UI also has some nice working components. I tried a few and I'm personally thinking of using those instead.