mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -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