Dominique Müller
Dominique Müller
Hm, that's interesting ... this would mean that the timer finishes before it even starts. Any chance you can reproduce this issue, perhaps in a GitHub repo?
The docs are actually correct, you forgot the `behaviour` named object that `autoHide` is part of. Your correct options object would be: ``` diff { + behaviour: { autoHide: number;...
Closing. Please re-open or create a new issue if you experience other issues :)
Can be reproduced. If a notification should be opened with an ID that already exists, `angular-notifier` should either: - block that notification (and perhaps throw an error?) - hide the...
The library actually does not define any fonts. The font being used within the notifications is whatever you defined as a CSS `font-family` in the DOM hierarchy above the notification...
Duplicate of #116, #122 and #133. The `element.animate()` function is part of the Web Animations API which older browsers might not support. Look into the [compatibility section of the README](https://github.com/dominique-mueller/angular-notifier#browser-support--polyfills),...
Ah wait, actually this sounds like a different issue. Re-opening ...
We definitely need icons for all kinds of PC parts!
@TimboKZ Would you accept a PR on this?