You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced with a filtering issue. If ok-kind and isotope-container are registered within different scopes filtering does not work. Particulary if a page layout is something like this
I faced with a filtering issue. If
ok-kind
andisotope-container
are registered within different scopes filtering does not work. Particulary if a page layout is something like thisthe root cause is
scope.$emit
withinopt-kind
link-functionQuick solution is to replace
scope.emi
t ->scope.$broadcast
The text was updated successfully, but these errors were encountered: