Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Webpack support #48

Open
simonnilsson opened this issue Oct 18, 2016 · 2 comments
Open

Webpack support #48

simonnilsson opened this issue Oct 18, 2016 · 2 comments

Comments

@simonnilsson
Copy link

In order for this plugin to work with webpack and npm it needs to know about the css. The easiest way I found is to require it in the index.js like this:

require('./dist/css/angular-aside.css');
require('./dist/js/angular-aside');
module.exports = 'ngAside';
@bwobbones
Copy link

Hey @simonnilsson, can you tell me what wasn't working about it? Was it not displaying, or was the provider not being found like this?

Unknown provider: $uibModalProvider <- $uibModal <- $aside

@simonnilsson
Copy link
Author

Hi @bwobbones, it was the styling that didn't work. Your problem seems to be something else.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants