Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Load omnibar outside Angular #317

Merged
merged 2 commits into from
Oct 31, 2017

Conversation

Blackbaud-PaulCrowder
Copy link
Member

Omnibar uses setInterval() to detect user activity, but running this
inside Angular causes change detection to run every cycle. Loading
omnibar outside Angular avoids this.

Omnibar uses `setInterval()` to detect user activity, but running this
inside Angular causes change detection to run every cycle.  Loading
omnibar outside Angular avoids this.
@codecov-io
Copy link

codecov-io commented Oct 30, 2017

Codecov Report

Merging #317 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #317   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          59     59           
  Lines        1371   1373    +2     
  Branches      209    210    +1     
=====================================
+ Hits         1371   1373    +2
Flag Coverage Δ
#builder 100% <ø> (ø) ⬆️
#runtime 100% <ø> (ø) ⬆️
#srcapp 100% <100%> (ø) ⬆️
Impacted Files Coverage Δ
src/app/app.component.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 22d37d4...7dbf46a. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants