Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PauseController.js « controllers « scripts « ngax « webroot « Server « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58c02482e327b553daa007c32e29cc133befeede (plain)
1
2
3
4
5
backupApp.controller('PauseController', function($scope, $location, gettextCatalog) {
     $scope.selection = $scope.$parent.state.CurrentItem;

     $scope.selection.time = 'infinite';
});