Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
commit
36d142c3d6
|
@ -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