Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(modal): add dissmissReason, fix body padding, add events section… #2131

Merged
merged 2 commits into from
Jun 28, 2017

Conversation

IlyaSurmay
Copy link
Contributor

closes #1964
fixes #2004

@IlyaSurmay IlyaSurmay requested a review from valorkin June 26, 2017 15:28
@codecov
Copy link

codecov bot commented Jun 26, 2017

Codecov Report

Merging #2131 into development will increase coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #2131      +/-   ##
===============================================
+ Coverage        87.13%   87.31%   +0.17%     
===============================================
  Files               85       85              
  Lines             2262     2309      +47     
  Branches           292      301       +9     
===============================================
+ Hits              1971     2016      +45     
- Misses             188      190       +2     
  Partials           103      103
Impacted Files Coverage Δ
src/accordion/accordion-group.component.ts 94.59% <0%> (-1.56%) ⬇️
src/buttons/button-radio.directive.ts 96.77% <0%> (-0.53%) ⬇️
src/accordion/accordion.component.ts 96.77% <0%> (+1.77%) ⬆️

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 325b510...e04354b. Read the comment docs.

@@ -89,7 +91,7 @@ export class ModalDirective implements AfterViewInit, OnDestroy {
if (this.config.ignoreBackdropClick || this.config.backdrop === 'static' || event.target !== this._element.nativeElement) {
return;
}

this.dismissReason = 'backdrop-click';

This comment was marked as off-topic.

@valorkin valorkin merged commit dde6620 into development Jun 28, 2017
@valorkin valorkin deleted the feat-modal-dismiss-reason branch June 28, 2017 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants