Re Added visibility feature

This commit is contained in:
Vito Albano
2016-08-20 12:55:59 +01:00
parent c4f6276b69
commit de62e8181e
20 changed files with 150 additions and 64 deletions

View File

@@ -35,7 +35,7 @@ describe('ActivitiForm', () => {
window['componentHandler'] = componentHandler;
formService = new FormService(null, null, null);
formComponent = new ActivitiForm(formService);
formComponent = new ActivitiForm(formService, null);
});
it('should upgrade MDL content on view checked', () => {