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];
|
const element = $element[0];
|
||||||
$element.on('click', () => {
|
$element.on('click', () => {
|
||||||
const controller = element.$ctrl;
|
const controller = element.$ctrl;
|
||||||
controller.$oldDisabled = field.$ctrl.disabled;
|
controller.$oldDisabled = controller.disabled;
|
||||||
controller.disabled = true;
|
controller.disabled = true;
|
||||||
|
|
||||||
cb($scope).finally(() => {
|
cb($scope).finally(() => {
|
||||||
|
|
Loading…
Reference in New Issue