#967 code cleanup

This commit is contained in:
Denys Vuika
2016-11-25 19:07:32 +00:00
committed by Mario Romano
parent 384e246386
commit effedab739
2 changed files with 2 additions and 3 deletions
@@ -15,11 +15,11 @@
* limitations under the License.
*/
import { Component, OnInit, ViewChild, ViewContainerRef, Input, ComponentRef, ComponentFactoryResolver/*,Output, EventEmitter, Injector*/ } from '@angular/core';
import { Component, OnInit, ViewChild, ViewContainerRef, Input, ComponentRef, ComponentFactoryResolver/*,Injector*/ } from '@angular/core';
import { WidgetVisibilityService } from './../../services/widget-visibility.service';
import { FormRenderingService } from './../../services/form-rendering.service';
import { WidgetComponent } from './../widgets/widget.component';
import { FormFieldModel/*, FormWidgetModel*/ } from './../widgets/core/index';
import { FormFieldModel } from './../widgets/core/index';
@Component({
selector: 'form-field',
@@ -1,4 +1,3 @@
<div>{{content?.isVisible}}</div>
<div class="container-widget">
<div *ngIf="content?.isGroup() && content?.isVisible" class="container-widget__header">
<h4 class="container-widget__header-text" id="container-header"