Open DougKeller opened 4 years ago
Merging #280 (8bc68d2) into master (3ddaf86) will increase coverage by
0.17%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #280 +/- ##
==========================================
+ Coverage 88.54% 88.72% +0.17%
==========================================
Files 1 1
Lines 131 133 +2
==========================================
+ Hits 116 118 +2
Misses 15 15
Impacted Files | Coverage Δ | |
---|---|---|
src/angular-modal-service.js | 88.72% <100.00%> (+0.17%) |
:arrow_up: |
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 3ddaf86...8bc68d2. Read the comment docs.
This ensures that component bindings are available in the $onInit callback of the component's lifecycle This addresses the main issue with $onInit brought up by #270