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 :
- twitter bootstrap , angular module : http://angular-ui.github.io/bootstrap/
- foundation , angular module : http://madmimi.github.io/angular-foundation/
- ionic framework optimized angularjs : http://ionicframework.com/
hope helps
Comments
Post a Comment