Force load of some data.
This commit is contained in:
parent
23f414b2d5
commit
65c9262257
@ -504,6 +504,8 @@ var operationModule = angular.module('accountant.operations', [
|
|||||||
$rootScope.$on('$destroy', function() {
|
$rootScope.$on('$destroy', function() {
|
||||||
vm.onRangeSelected = angular.noop;
|
vm.onRangeSelected = angular.noop;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
vm.load(moment().date(1).year(2000), moment());
|
||||||
})
|
})
|
||||||
|
|
||||||
.directive('operationFormDialog', function($log, $ngBootbox) {
|
.directive('operationFormDialog', function($log, $ngBootbox) {
|
||||||
|
Loading…
Reference in New Issue
Block a user