Base solution for your next web application

Activities of "omital"

Hi. Which method declare in policy and which one in DomainServices, what is difference between this two concept?

Hi. How can I handle and view error validation to end user in right way ? for example suppose below code: vm.saveLab = function () { abp.ui.setBusy( null, labService.updateLab( vm.lab ).success(function () { abp.notify.info(abp.utils.formatString(localize("LabEditedMessage"), vm.lab.name)); $location.path('/lab/list'); }). error(function (data) { if (data.validationErrors != null && data.validationErrors.length>0) { ?????????????? } else abp.message.error('error'); }) ); };

Hi. abp support Multilanguage user interface. Does it support rtl? what is best practice rtl in abp?

Showing 41 to 43 of 43 entries