Skip to content

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

Notifications You must be signed in to change notification settings

petrkotek/angular-widgetarea-directive

Folders and files

NameName
Last commit message
Last commit date
Apr 21, 2013
Apr 21, 2013
Apr 21, 2013
Apr 21, 2013
Apr 21, 2013
Apr 21, 2013
Apr 21, 2013
Apr 21, 2013

Repository files navigation

#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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published