ameer

Results 6 comments of ameer

Same Error. While building i have given in bower.json ``` "overrides": { "angular-carousel": { "main": [ "dist/angular-carousel.min.js", "dist/angular-carousel.min.css" ] } } ``` `rn-carousel` only is working other directives are not...

Experiencing the same issue, I guess with navigation its a issue. At main page it loads correct, but inside navigations it looks opaque

Hope this solution might help some people till the library gets a fix 1. When forgot password is clicked at your app use `authProvider.registerErrorHandler` and change `authority` to reset password...

Is it possible to show only the total instead of cluttering all values? Lets say my stacked bar values are [0, 1, 2, 500] and in this case text labels...

https://github.com/maseh87/c3-chart/pull/16 - created pull-request for new version

With electron, i suppose we have to get the mpv stream url to run as a network stream on to a html5 video/audio/embed tag. The stream url should be on...