castillo-io / angular-css

CSS on-demand for AngularJS [Looking for New Maintainers]
http://castillo-io.github.io/angular-css/#/
MIT License
470 stars 86 forks source link

$logProvider.debugEnabled false is overridden by app module #41

Closed MokoJumbie closed 8 years ago

MokoJumbie commented 9 years ago

When the angular-css module is included in an app, the module's $logProvider.debugEnabled setting is overridden by the parent app's setting as it seems impossible to make the angular-css module have a distinct config phase. This makes for a significant amount of console noise.

Can the debugging be disabled in a way that leaves debugging enabled for the parent app? Perhaps remove the debug lines entirely as part of the build process, building to a dist folder?

Or am I seeing some weird behaviour that nobody else is seeing?

I'm using Angular 1.4.5

bbuhler commented 9 years ago

I'm also running into that. :-/

alexcastillo commented 8 years ago

I believe this was resolved on #47 Releasing soon.

alexcastillo commented 8 years ago

Fixed in v1.0.8