Code improvements

- shared global declarations
- reduced hyperlink-related repetitive code
This commit is contained in:
Denys Vuika
2016-10-11 11:53:08 +01:00
parent 8151d3493e
commit 3042ae8060
16 changed files with 64 additions and 81 deletions

View File

@@ -28,8 +28,6 @@ import { FormService } from './../services/form.service';
import { NodeService } from './../services/node.service';
import { FormModel, FormOutcomeModel, FormValues, FormFieldModel, FormOutcomeEvent } from './widgets/core/index';
declare var componentHandler;
import { WidgetVisibilityService } from './../services/widget-visibility.service';
/**