angularjs - Does one need jQuery when using Twitter Bootstrap with Angular.js? -


is jqlite (in built angularjs) sufficient execute javascript functionality (like dropdowns) in twitter bootstrap?

docs.angularjs says:

dom manipulation stop trying use jquery modify dom in controllers. really. includes adding elements, removing elements, retrieving contents, showing , hiding them. use built-in directives, or write own necessary, dom manipulation. see below duplicating functionality.

according angular ui github, no.

native angularjs (angular) directives twitter's bootstrap. small footprint (5kb gzipped!), no 3rd party js dependencies (jquery, bootstrap js) required!  http://angular-ui.github.io/bootstrap/ 

though bear in mind wrapper made angular ui, may/may not able use bootstrap plugins others have written this.

however default angular ui & copy of bootstrap you'll need jquery code in github repository has been heavily modified work without jquery.

[edit] noted in comments ui bootstrap option well.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -