Is it possible to have a bag inside a component? I want to drag and drop from a bag within a component (Component A) to another bag inside a page controller. The Component A is being used in the page controller template. I've tried using the dragula-scope using the $scope.$parent.$parent (being the page controllers scope) but its still not working. The bags share the same name.
Is it possible to have a bag inside a component? I want to drag and drop from a bag within a component (Component A) to another bag inside a page controller. The Component A is being used in the page controller template. I've tried using the
dragula-scope
using the$scope.$parent.$parent
(being the page controllers scope) but its still not working. The bags share the same name.