Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/test This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-02-20 10:57:27 +01:00
commit 36d142c3d6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export function directive($parse) {
const element = $element[0];
$element.on('click', () => {
const controller = element.$ctrl;
controller.$oldDisabled = field.$ctrl.disabled;
controller.$oldDisabled = controller.disabled;
controller.disabled = true;
cb($scope).finally(() => {