mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Fix typo in reference to
This commit is contained in:
parent
d4addb83df
commit
377b55dd2f
@ -60,7 +60,7 @@ export default [ 'templateUrl', 'QuerySet', 'GetBasePath', 'generateList', '$com
|
||||
}));
|
||||
});
|
||||
|
||||
scope.$on('$destory', () => toDestroy.forEach(watcher => watcher()));
|
||||
scope.$on('$destroy', () => toDestroy.forEach(watcher => watcher()));
|
||||
}
|
||||
};
|
||||
}];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user