dv336699 / ng-isotope

AngularJS directives for Isotope by Metafizzy
GNU General Public License v3.0
15 stars 17 forks source link

how do I clear the filters from outside the button group #6

Closed vimes1984 closed 8 years ago

vimes1984 commented 8 years ago

fiound it

  $scope.clearall = function(){

      $rootScope.$broadcast('filter-elements', '*');
  };
dv336699 commented 8 years ago

That's it :)

vimes1984 commented 8 years ago

your read me could do with some fleshing out :P