Skip to content

Commit 653de5b

Browse files
committed
Merge branch 'IGanchev/dialog-window-add-image' of https://github.com/IvayloG/help-samples-src into IGanchev/dialog-window-add-image
# Conflicts: # HTMLSamples/dialog-window/api-and-events.html
1 parent 5df3819 commit 653de5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

HTMLSamples/dialog-window/angular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<ig-dialog id="dialog1" header-text="Foo" height="325px">
2929
<content>
3030
<p>
31-
<img style="width: 220px" src="../../images/samples/dialog-window/content.jpg">
31+
<img style="width: 220px" src="https://igniteui.github.io/help-samples/images/dialog-window/content.jpg">
3232
</p>
3333
<input style="margin: 5px"></input>
3434
</content>

HTMLSamples/dialog-window/api-and-events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!--igDialog target element-->
3636
<div id="dialog" class="sb-min-tablet-portrait">
3737
<p>
38-
<img src="../../images/dialog-window/content.jpg">
38+
<img src="https://igniteui.github.io/help-samples/images/dialog-window/content.jpg">
3939
</p>
4040
<button id="closeDialog"></button>
4141
</div>

0 commit comments

Comments
 (0)