return provider.arrayNotifier(holds, offset, count);
}
// open a determinate progress dialog, max value set below.
- egProgressDialog.open({max : 1, value : 0});
+ egProgressDialog.open({max : 1, value : 0, backdrop: 'static'});
// fetch the IDs
egCore.net.request(
var service = {};
service.open = function(args) {
+ if (!args) args = {};
return $uibModal.open({
templateUrl: './share/t_progress_dialog',
- /* backdrop: 'static', */ /* allow 'cancelling' of progress dialog */
+ backdrop: args.backdrop || true, /* default=true, 'static' prevents dialog dismiss/close via click, only ESC-key works */
controller: ['$scope','$uibModalInstance','egProgressData',
function( $scope , $uibModalInstance , egProgressData) {
// Once the new modal instance is available, force-