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
gitea/salix/dev Something is wrong with the build of this commit
Details
This commit is contained in:
commit
6cc2ccf576
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue