UW-Madison-DoIT / widget-creator

Web-based tool supporting developing widgets for uPortal-home. Documentation available at https://uw-madison-doit.github.io/widget-creator/
Apache License 2.0
2 stars 6 forks source link

Updating sample to be stored in $scope.content #4

Closed davidmsibley closed 7 years ago

davidmsibley commented 7 years ago

Replicating the Wiscard widget in the widget creator doesn't quite work. Troubleshooting and fixing.

davidmsibley commented 7 years ago

Basic Usage

Turns out the custom widget underneath is designed to overwrite content on initialization... so I don't see how I can get it to populate the wiscard widget. Just going to push this update which just cleans up some JSON parsing messages, and places the data in $scope.content even if the widget doesn't use it.

ChristianMurphy commented 7 years ago

Thanks @davidmsibley that clears things up!