UNPKG

@projectcaluma/ember-form-builder

Version:

Ember engine for building Caluma forms.

7 lines (6 loc) 276 B
/** * This module holds the application instance which is needed in the validations * to allow context of the ember container in order to allow injections of * services. The `instance` property will be set in an instance initializer. */ export default { instance: null };