Commit 390c4eed by Torkel Odegaard

Revert "Merge pull request #310 from roidelapluie/master"

This reverts commit 9fc93e28, reversing
changes made to 30bf8380.
parent 9fc93e28
...@@ -28,9 +28,6 @@ function (angular, app, _) { ...@@ -28,9 +28,6 @@ function (angular, app, _) {
$scope.init = function() { $scope.init = function() {
$scope.filterSrv = filterSrv; $scope.filterSrv = filterSrv;
_.each(filterSrv.list, function(filter) {
$scope.applyFilter(filter);
});
}; };
$scope.remove = function(filter) { $scope.remove = function(filter) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment