Widget Framework using AngularJS

angularjs, drag-and-drop, widget

Solution

Quite simply, yes, there is a project that does this.

The project allows you to create a `widgetarea` using a directive. This should have the base functionality you need.

In the future, you can google for this sort of thing. It took me 30 seconds.

Problem

In my project, I need to build an iGoogle like page. The page will have multiple drag-drop widgets and each widget is a separate application. Any advise/links?

Original source