Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/dev Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2020-02-20 10:58:27 +01:00
commit 6cc2ccf576
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(() => {