Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Create a common directive that will be used to render a regionWidget into an html element.
The directive should accept a regionwidget object that we can assume to be an instance of the angular resource and of rave core's regionWidget interface. Use the regionWidget's .render() method to render into the element.
Will need to think about how to deal with registered views (widget chrome, home vs. canvas, etc) and how to trigger re-renders based on updates to widget preferences or moves.