Monday, August 26, 2013

Angluar.js & Bootstrap - jQuery Dependency

Angluar.js & Bootstrap - jQuery Dependency

According to Bootstrap 3 docs (http://getbootstrap.com/javascript/),
Bootstrap 3's js components depend on jQuery.
Plugin dependencies
Some plugins and CSS components depend on other plugins. If you include
plugins individually, make sure to check for these dependencies in the
docs. Also note that all plugins depend on jQuery (this means jQuery must
be included before the plugin files).
I am looking into using Angular.js, where everyone says "drop jQuery!" It
seems like the Angular team took a swipe at Bootstrap v2.3.2
(http://angular-ui.github.io/bootstrap/). Is there anything similar or a
work around for Bootstrap 3? Will I just have to live with jQuery for the
time being?
Thanks

No comments:

Post a Comment