mirror of
https://github.com/ansible/awx.git
synced 2026-04-15 06:50:21 -02:30
Fix typo in reference to
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
};
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user