Reputation: 185
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
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