send data from one widget to other
Hi, I have 2 widgets. I want to send a data to other widget. in second widget data is not coming. Widget 1: HTML: <button class="btn btn-primary action-btn pull-right" ng-click="selectItem(item.u_zoom_link)">Register</button> Client script: $scope.se...
