mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Change configuration style
This commit is contained in:
@@ -44,16 +44,16 @@ export class LoginDemoComponent {
|
||||
console.log($event);
|
||||
}
|
||||
|
||||
toggleECM(value) {
|
||||
if (value === '10') {
|
||||
toggleECM(checked) {
|
||||
if (checked) {
|
||||
this.providers[0] = 'ECM';
|
||||
} else {
|
||||
this.providers[0] = '';
|
||||
}
|
||||
}
|
||||
|
||||
toggleBPM(value) {
|
||||
if (value === '10') {
|
||||
toggleBPM(checked) {
|
||||
if (checked) {
|
||||
this.providers[1] = 'BPM';
|
||||
} else {
|
||||
this.providers[1] = '';
|
||||
|
Reference in New Issue
Block a user