Reload filters when loading page

This commit refreshes the dynamic filters when loading page.
This commit is contained in:
Julien Pivotto 2014-04-14 14:47:39 +02:00
parent 30bf838065
commit 1f417f0606

View File

@ -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) {