javascript - Angular JS with Twitter Bootstrap JS -


i expecting architectural perspectives people decide whether can go angular + bootstrap model or not.

can please share experience me?

1. pros using angularjs + bootstrap:

2. cons using angularjs + bootstrap:

3. other comments/remarks/findings:

as of principle of separation of concerns, styling app (css) independant of structure.

you can use whatever css framework want : foundation, twitter bootstrap, knacks, blueprint, etc... or no framework @ all

and can use angular, backbone, emberjs or whatever js framework want.

but frameworks have angular modules create interface. it's case of :

hope helps


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -