correct eslint errors in the commited files
This commit is contained in:
parent
1b47d85828
commit
485ef528b7
|
@ -12,7 +12,7 @@ export function directive(resolve) {
|
|||
template: function(_, attrs) {
|
||||
return resolve.getTemplate(_NAME, attrs);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
_module.directive(NAME, directive);
|
||||
|
|
|
@ -15,7 +15,7 @@ export function factory() {
|
|||
enabled: 'true',
|
||||
className: DEFAULT_CLASS
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
_module.factory(NAME, factory);
|
||||
|
|
Loading…
Reference in New Issue