forked from Archives/Athou_commafeed
reload list when viewmode changes (#62)
This commit is contained in:
@@ -377,6 +377,7 @@ function($scope, $http, $state, $stateParams, $route, $location,
|
|||||||
newValue, oldValue) {
|
newValue, oldValue) {
|
||||||
if (newValue && oldValue && newValue != oldValue) {
|
if (newValue && oldValue && newValue != oldValue) {
|
||||||
SettingsService.save();
|
SettingsService.save();
|
||||||
|
$scope.$emit('emitReload');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$scope.refresh = function() {
|
$scope.refresh = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user