Skip to content

Commit

Permalink
fix(modal): fix anchor for esc closing option demo (#5081)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry authored and Domainv committed Mar 15, 2019
1 parent e7e5120 commit 8a4e381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/components/+modal/modal-section.list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const demoComponentContent: ContentSection[] = [
},
{
title: 'Esc closing option',
anchor: 'service-disable-animation',
anchor: 'service-disable-esc-closing',
component: require('!!raw-loader?lang=typescript!./demos/service-options/disable-esc-closing/disable-esc-closing.ts'),
html: require('!!raw-loader?lang=markup!./demos/service-options/disable-esc-closing/disable-esc-closing.html'),
description: `<p>There is closing by Esc button option that you can configure.</p>`,
Expand Down

0 comments on commit 8a4e381

Please sign in to comment.