File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
demo/src/app/components/+modal/demos/nested Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ <h4 class="modal-title pull-left">Second modal</h4>
26
26
</ div >
27
27
< div class ="modal-body ">
28
28
This is static modal < br >
29
- < button type ="button " class ="btn btn-primary " (click) ="childModall .show() "> Open third modal</ button >
29
+ < button type ="button " class ="btn btn-primary " (click) ="thirdModal .show() "> Open third modal</ button >
30
30
</ div >
31
31
</ div >
32
32
</ div >
33
33
</ div >
34
34
35
- < div class ="modal fade " bsModal #childModall ="bs-modal " tabindex ="-1 " role ="dialog " aria-hidden ="true ">
35
+ < div class ="modal fade " bsModal #thirdModal ="bs-modal " tabindex ="-1 " role ="dialog " aria-hidden ="true ">
36
36
< div class ="modal-dialog modal-sm ">
37
37
< div class ="modal-content ">
38
38
< div class ="modal-header ">
39
39
< h4 class ="modal-title pull-left "> Third modal</ h4 >
40
- < button type ="button " class ="close pull-right " aria-label ="Close " (click) ="childModal .hide() ">
40
+ < button type ="button " class ="close pull-right " aria-label ="Close " (click) ="thirdModal .hide() ">
41
41
< span aria-hidden ="true "> ×</ span >
42
42
</ button >
43
43
</ div >
You can’t perform that action at this time.
0 commit comments