هنگام باز کردن popup با dialogs.create صفحه پرش دارد و باید 3 تا 4 دفعه دکمه را زده تا popup باز شود و از موقع مهاجرت نسخه wise به 9 با این مشکل موجه شدیم
dialogs.create('/tashilat/angular/contract/contract.allowedAmount.html', 'AllowedAmountContractCtrl', {
staffNumber: $scope.filter['eq:staffNumber'],
searchRequestModal: true,
parameters: {ignoreQueryString: true}
}, {
size: 'lg',
windowClass: 'modal-xlg',
backdrop: true
}).result.then(function (data) {
});