Hi Ankur,

 

Business requirement : We have a custom widget variable at top of the catalog item which shows the summary of all the filled variables on the form.

So whenever a variable is filled, it should get added to summary widget and similarly whenever a value changes it should update in summary widget.

All HTML and CSS stuff for summary widget i have defined already and to show variables, i used ng-repeat. 

Now only thing is how do i pass data to that ng-repeat.