ember-off-canvas-components icon indicating copy to clipboard operation
ember-off-canvas-components copied to clipboard

A micro library containing a group of Ember.js Components that interact to create an Off-Canvas user interface.

Results 2 ember-off-canvas-components issues
Sort by recently updated
recently updated
newest added

See: https://github.com/emberjs/ember.js/issues/10534 - FastBoot changes seem to break setting Application#customEvents within initializer For now the consuming application will need to setup the custom events for `toggleOffCanvas`, `expandOffCanvas`, `collapseOffCanvas`. see: https://github.com/pixelhandler/ember-off-canvas-components/blob/master/addon/initializers/custom-events.js#L6-L11...

I was giving your addon a try and encountered this error message when I started the app after copying over the dummy app files (as per the readme instructions). ```...