merge
This commit is contained in:
commit
f387a4a8ff
|
@ -1,7 +1,7 @@
|
||||||
// eslint max-len: ["error", 500]
|
// eslint max-len: ["error", 500]
|
||||||
// eslint key-spacing: ["error", 500]
|
// eslint key-spacing: ["error", 500]
|
||||||
import components from './selector_variables.js';
|
import components from './selector_variables.js';
|
||||||
console.log(`${checkElement(components.vnAutocomplete, '$ctrl.client.contactChannelFk')}`);
|
|
||||||
function checkElement(selector, attributeValue) {
|
function checkElement(selector, attributeValue) {
|
||||||
let aux = selector.split(' ');
|
let aux = selector.split(' ');
|
||||||
if (aux[0] === 'vn-autocomplete') {
|
if (aux[0] === 'vn-autocomplete') {
|
||||||
|
|
Loading…
Reference in New Issue