Eric

Results 4 issues of Eric

The link to the demo isn't working. Domain expired?

The links on [https://ember-power-select.com/docs/styles](https://ember-power-select.com/docs/styles) to the Bootstrap and Material theme documentation are not working (404).

I'm trying to change the defaultView of the calendar. Is it possible to access the underlying calendar object?

…via the adapter. Closes #23 that I opened. ``` export default JSONAPIAdapter.extend(FetchSupport, { host: 'https://...', namespace: '/', headers: { Authorization: '...', credentials: 'include' } }); ```