From 377b55dd2fa198b7bde2855aae1f035ddcaab7a4 Mon Sep 17 00:00:00 2001 From: Greg Considine Date: Tue, 14 Mar 2017 14:51:20 -0400 Subject: [PATCH] Fix typo in reference to --- .../lists/inventory/job-sub-inv-list.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/job-submission/lists/inventory/job-sub-inv-list.directive.js b/awx/ui/client/src/job-submission/lists/inventory/job-sub-inv-list.directive.js index 2025a6b213..305643e0e3 100644 --- a/awx/ui/client/src/job-submission/lists/inventory/job-sub-inv-list.directive.js +++ b/awx/ui/client/src/job-submission/lists/inventory/job-sub-inv-list.directive.js @@ -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())); } }; }];