mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
* disable multi-select directive, resolves #2383 * disable select-all unit test
This commit is contained in:
parent
94a0f22b39
commit
4f3dcbda21
@ -5,12 +5,12 @@
|
||||
*************************************************/
|
||||
|
||||
import multiSelect from './multi-select-list.directive';
|
||||
import selectAll from './select-all.directive';
|
||||
//import selectAll from './select-all.directive';
|
||||
import selectListItem from './select-list-item.directive';
|
||||
import templateUrl from '../template-url/main';
|
||||
|
||||
export default
|
||||
angular.module('multiSelectList', [templateUrl.name])
|
||||
.directive('multiSelectList', multiSelect)
|
||||
.directive('selectAll', selectAll)
|
||||
//.directive('selectAll', selectAll)
|
||||
.directive('selectListItem', selectListItem);
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import '../support/node';
|
||||
/*import '../support/node';
|
||||
|
||||
import {describeModule} from '../support/describe-module';
|
||||
import mod from 'shared/multi-select-list/main';
|
||||
@ -92,4 +92,4 @@ describeModule(mod.name)
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
});*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user