Luke Bunselmeyer

Results 11 comments of Luke Bunselmeyer

Hi @JacobEvelyn, What version of `angular-bugsnag` are you using? Versions 0.1.3 and above refresh the bugsnag client rate limit after each `$locationChangeSuccess` event. Additionally, in Chrome Developer Tools, do you...

Interesting. I don't see this behavior in the [Test App](https://github.com/wmluke/angular-bugsnag/blob/master/test/app/scripts/app.js#L20). Perhaps, there's a browser issue. Would you mind laughing the test app in your local env and testing? ``` bash...

@rwwagner90, Thanks for taking the initative. For now that's leave the npm package with you. @pgom, @rwwagner90, @JacobPP, Please see #19. Let me know.

Hi @SrividyaKasu, Thanks for posting this issue. Can you provide more detailed HTML and JS snippets of page 1 and page 2 and controller 1 and controller 2? Thanks, Luke

Hi Marton, Thanks for the PR, but before we go there I'd like to get a better understanding of this issue. Please include some more detailed template and controller examples...

Hi Marton, Thanks for following up. Admittedly, I've been preoccupied learning how to be a first time father. The online docs for these newborn platforms isn't so great ;-). Fingers...

Hi Folks, Sorry for the radio silence. I've been pondering how to best support this behavior. Initially, I envisioned `angular-flash` as a simple realtime pub/sub pattern with little to no...

Almost 3 months later :-)... Make sure your `` tags are siblings of your `ng-app` element. For example, if `ng-app` has been applied to `` and `` tags are within...

Hi @ericmcgregor, Have you tried out https://github.com/wmluke/angular-flash#styling-considerations to resolve the visibility issues? Thanks, Luke

Hi @Kuzmin, Have you tried out https://github.com/wmluke/angular-flash#css-transition-quirks? Let me know how it goes. Thanks, Luke