Commit 9fc93e28 by Torkel Ödegaard

Merge pull request #310 from roidelapluie/master

Reload filters when loading page
parents 30bf8380 1f417f06
......@@ -28,6 +28,9 @@ function (angular, app, _) {
$scope.init = function() {
$scope.filterSrv = filterSrv;
_.each(filterSrv.list, function(filter) {
$scope.applyFilter(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