mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Update project structure
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
function atActionGroup (pathService) {
|
||||
return {
|
||||
restrict: 'E',
|
||||
transclude: true,
|
||||
replace: true,
|
||||
templateUrl: pathService.getPartialPath('components/action/action-group'),
|
||||
scope: {
|
||||
col: '@',
|
||||
pos: '@'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
atActionGroup.$inject = ['PathService'];
|
||||
|
||||
export default atActionGroup;
|
||||
Reference in New Issue
Block a user