Nathan Friend
Nathan Friend
@snowcxt - you're right, that change worked for me as well. Do you know why this fixes the issue?
Fading a chart in/out using Chart.js and ngIf/ngAnimate doesn't work - chart animates in but not out
@hans0low I don't think so, but it's been so long ago I actually don't remember! Sorry!
@kateradu I haven't found one yet!
@zaklyon23 Not yet :(. I'd suggest thumbs-upping this issue to try and give it more visibility.
Thanks for the response, @mathben. Unfortunately, updating the animation duration also triggers a complete rebuild of the chart.
I also would love a "real filesystem" backend! I was hoping this library would let my module target both a real filesystem (when the module is running as part of...
@pandazed Sorry, I'm a little confused. What are your comments above about? This is a proposal to add some new device frames to this repo 🤔
My workaround was to alias this module to the `.min.js` file in my `webpack.config.js`: ```JavaScript { resolve: { alias: { 'angular-cache': path.resolve(__dirname, 'node_modules/angular-cache/dist/angular-cache.min.js'), } } } ```
A couple of other issues related to this module's source maps: - The source map for the minified `.js` file should be named "angular-cache.min.js.map". Currently it is named "angular-cache.min.map". This...