All Projects → petrkotek → angular-widgetarea-directive

petrkotek / angular-widgetarea-directive

Licence: other
AngularJS directive, which allows you to build iGoogle-like dashboard apps (aka portlets or iNettuts).

Programming Languages

javascript
184084 projects - #8 most used programming language

#AngularJS Widget Area directive

About

pk-widget-area is an AngularJS directive, which allows you to build iGoogle-like dashboard apps (aka portlets or iNettuts).

Contributors:

License: MIT

Example & Screenshot

See example is in index.html.

Screenshot

Basic terminology/hierarchy:

  • widgetArea: the whole directive; has blocks inside; you can change order of blocks
  • block: consists from columns
  • column: can include widgets
  • widget: building block, which you can move in a column or move to some column in different block

Dependencies

  • AngularJS & UI (included in index.html from CDN)
  • Twitter Bootstrap (the fluid layout; included in index.html from CDN)
  • jQuery (included in index.html from CDN)
  • jQuery UI (sortable plugin; included in index.html from CDN)
  • AngularJS multi-sortable (included in index.html from lib/angular-ui-multi-sortable.js)

##Change Log##

  • 2013-04-22 - Version 1.0.0 - Release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].