Skip to content

Commit

Permalink
Fix last date on registration module (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
edrisse authored and valvijo committed Jul 26, 2018
1 parent be86574 commit 898afe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/ui-helper/filters/momentFilter.js
Expand Up @@ -17,6 +17,6 @@
return momentInput.format(customFormat);
}
throw OBJECT_IS_NOT_A_MOMENT + input;
}
};
});
})();
2 changes: 2 additions & 0 deletions app/registration/index.html
Expand Up @@ -143,6 +143,8 @@
<script src="../common/ui-helper/notifier.js"></script>
<script src="../common/ui-helper/components/poc-wizard/pocWizard.js"></script>
<script src="../common/ui-helper/components/poc-wizard/pocWizardStep.js"></script>
<script src="../common/ui-helper/filters/momentFilter.js"></script>


<script src="../common/domain/common.domain.module.js"></script>
<script src="../common/domain/services/configurationService.js"></script>
Expand Down

0 comments on commit 898afe8

Please sign in to comment.