Vuzi
Vuzi

Reputation: 185

Using angularjs without boostrap as "front-end ui framework"

I've fallen in love with angularjs, though it's a new concept to me coming from a java backend background. The question is, is it possible to use another "front-end" UI framework besides twitter bootstrap, like Metro-UI-CSS, Gumby, TopCoat etc? Not that I'm 100% on this but, it seems to me that most of these "front-end" UI frameworks use jquery/javascript to enhance the behavior of ui elements and such, so would it be still possible to use these frameworks with angularjs? Can you please provide a link of an example of this.

Thanks

Upvotes: 1

Views: 990

Answers (1)

Nishant Srivastava
Nishant Srivastava

Reputation: 4791

You can use the official Angular UI , which is the port of Boostrap to Angular Directives , have a look here http://angular-ui.github.io/

Upvotes: 1

Related Questions