Fotis Karalis

Results 2 comments of Fotis Karalis

A silly but useful for my case workaround was to put ```$('.fa-remove').removeClass('fa-remove').addClass('fa-times');``` on the (click) event of the dom element `inline-editor` ``` inline-editor(type="number", [(ngModel)]="price", (onSave)="savePrice($event)", name="editablePrice", size="8", (click)="clickedEditable()") clickedEditable() {...

@dguettler Hey, did you used it over `https` without any issue?