I'm building a web application with AngularJS.
The application should behave like Codepen:
- 4 sections,
- allowing the user to hide/show one section or another
- with a resizing element allowing the user to shrink or enlarge sections.
I snooped on Codepen's code and I realized it's intensively relying on JQuery-UI.
I'd like to find any Codepen-like boilerplate template or similar example using Twitter Bootstrap or matching AngularJS Thanks in advance